Class: LoggingShell

Inherits:
Object
  • Object
show all
Defined in:
lib/bundler/circus_bundler.rb

Instance Method Summary collapse

Instance Method Details

#say(msg) ⇒ Object



11
12
13
# File 'lib/bundler/circus_bundler.rb', line 11

def say(msg)
  puts msg
end