Class: RubyOnRuby::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/ruby_on_ruby/console.rb

Instance Method Summary collapse

Instance Method Details

#log(*args) ⇒ Object



3
4
5
# File 'lib/ruby_on_ruby/console.rb', line 3

def log(*args)
  puts *args.map(&:to_s)
end