def dedent()
sRaw = self;
sep = "\n";
...
Ruby ruby dedent whitespace in a...
by dreftymac.myopenid.com,
March 05, 2010 16:37,
4 refactorings, tagged with string, ruby, monkeypatch
# 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 ...
Remove leading whitespace f...