1 2 3 4
#!/usr/bin/ruby DVD_SIZE=4294967296 CD_SIZE=734003200 ...
Ruby DVD Directory Archiver
by seal-7.blogspot.com,
September 03, 2008 14:26,
No refactoring, tagged with bash, shell, spaghetti, monkey patch
1 2 3 4
# A set of monkey patches for the ruby programmer who isn't yet satisified with the core library class Object # useful for reflection ...
Ruby A Set of Monkey Patches for...
I find ruby's core library ...
Originally made to move cal...