Class: Conjur::Command::Bootstrap::BootstrapListener

Inherits:
Object
  • Object
show all
Defined in:
lib/conjur/command/bootstrap.rb

Instance Method Summary collapse

Instance Method Details

#echo(msg) ⇒ Object



46
47
48
# File 'lib/conjur/command/bootstrap.rb', line 46

def echo msg
  $stderr.puts msg
end