lib/ruby_vault.rb in ruby_vault-0.2.0.pre.4 vs lib/ruby_vault.rb in ruby_vault-0.2.0.pre.5
- old
+ new
@@ -64,10 +64,10 @@
def initialize
@binary = 'vault'
@logger = default_logger
@options = default_options
- @stdin = ''
+ @stdin = nil
@stdout = $stdout
@stderr = $stderr
end
end
end