In other languages there is a method to print a list of arguments, seperated by space and capped of with a newline to stdout. Ruby didn't have an equivalent: print joins without a delimiter and doesn't add a newline, puts joins by newline (not space) and adds a newline at EOS.
Required Ruby Version
>= 0
Authors
Philipp Antar
Versions
- 0.0.1 February 04, 2015 (4.5 KB)