Categories: None [Edit]

println

https://rubygems.org/gems/println
https://github.com/p886/println
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.

Total

Ranking: 159,787 of 191,606
Downloads: 3,397

Daily

Ranking: 145,495 of 191,571
Downloads: 0

Depended by

RankDownloadsName

Depends on

RankDownloadsName
29965,978,229rspec

Owners

#GravatarHandle
1iconp886