Class: JS2::Console

Inherits:
Object
  • Object
show all
Defined in:
lib/js2/context.rb

Instance Method Summary collapse

Instance Method Details

#log(*str) ⇒ Object



3
4
5
# File 'lib/js2/context.rb', line 3

def log(*str)
  puts str.join(',')
end