1 2 3 4
#!/usr/bin/env ruby files = ARGV.collect { |fname| File.new(fname, 'w') } ...
Ruby Randomly split input lines.
by Scott Robinson,
November 15, 2007 08:56,
No refactoring, tagged with short, functional, oneliner, one-liner
1 2 3 4
# String#to_proc # # See http://weblog.raganwald.com/2007/10/stringtoproc.html ( Subscribe in a reader) ...
Ruby String#to_proc (by Reginald...
Reginald Braithwaite has a ...
My first Ruby script. I'm c...