R
Roger Pack
I'm wondering if someone could point out to me an equivalent of the java
System.out.println method in the ruby standard lib.
I.e.
println 1,2,3 # concatenates, adds "\n"
Thanks much.
=r
System.out.println method in the ruby standard lib.
I.e.
println 1,2,3 # concatenates, adds "\n"
Thanks much.
=r