Method: Kernel#print

Defined in:
lib/motion-spec.rb


61
62
63
# File 'lib/motion-spec.rb', line 61

def print(*args)
  puts *args # TODO
end