Method: Kernel#print
- Defined in:
- lib/motion-spec.rb
#print(*args) ⇒ Object
61 62 63 |
# File 'lib/motion-spec.rb', line 61 def print(*args) puts *args # TODO end |
61 62 63 |
# File 'lib/motion-spec.rb', line 61 def print(*args) puts *args # TODO end |