Libraries
»
ruby_on_ruby
(0.0.1)
»
Index
»
RubyOnRuby
»
Console
»
#log
Method: RubyOnRuby::Console#log
Defined in:
lib/ruby_on_ruby/console.rb
#
log
(*args) ⇒
Object
3 4 5
# File 'lib/ruby_on_ruby/console.rb', line 3
def
log
(
*
args
)
puts
*
args
.
map
(
&
:to_s
)
end