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

Remove leading whitespace f...

55502f40dc8b7c769880b10874abc9d0 Talk
# 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...

by Ollie , July 15, 2008 04:06, No refactoring, tagged with core library, monkeypatch, monkey patch

I find ruby's core library ...

Be072eb0e9f6f81c20541150cabce3ab Talk