Since 4/14/2012 3:53:02 AM, wrinkliez has written 3 articles and participated in 0 conversations. wrinkliez signature: wrinkliez
wrinkliez's articles:
Items(3) /1
changing the spacing in a string?438 (8/10/2010 3:51:32 PM) comp.lang.ruby Hey guys. I have an array full of strings. When I put the strings, it looks like this http://pastebin.com/eeicUCqL which is okay, but it looks a little sloppy to me. Is there a way I can get the strings to d... David
Get rid of extra, blank lines via html parsing?426 (8/4/2010 4:29:48 AM) comp.lang.ruby So I am trying to get some information from a snippet of html (http://pastebin.com/iTXyxQ0j), and im using doc.inner_text to get the important parts, but when I do so I get an odd amount of spacing (http://past... David
best way to make .rb into an executable for linux?10113 (7/6/2010 6:42:26 PM) comp.lang.ruby I have a pretty basic .rb script that I would like to turn into an
executable. What is the best way to do this for Linux? I have no
intentions of cross compatibility, so I don't care if it won't work for
W... David