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: 152,617 of 180,507
Downloads: 3,115

Daily

Ranking: 147,217 of 180,487
Downloads: 1

Depended by

RankDownloadsName

Depends on

RankDownloadsName
23768,975,035rspec

Owners

#GravatarHandle
1iconp886