Class: RubyOnRuby::Console
- Inherits:
-
Object
- Object
- RubyOnRuby::Console
- 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 |