ls = LineStream.new(true)
bl = ls.retrieve

...

Ruby On Checking validity of messag...

by Josh, July 07, 2010 22:50
D41d8cd98f00b204e9800998ecf8427e Talk
def create_files
  files = []
  sizes = ['10K', '100K', '500K', '1M', '2M', '5M', '10M', '20M']
...

Ruby Eliminate temporary collect...

by Josh, June 23, 2010 22:52, 3 refactorings, tagged with short

A simple method to create a...

D41d8cd98f00b204e9800998ecf8427e Talk