def include_class?(obj_class)
      stack = []
    
...

Ruby hash.include_class?, recursive

by unixcharles, August 09, 2010 00:20, 1 refactoring, tagged with short, ruby

I have a hash like this one...

23e6178f295b9cb7473d44d9e501a2b3 Talk
class MyFancyClass
  def initialize(hash)
...
...

Ruby Handling reserved word coll...

by unixcharles, June 16, 2010 00:19, 2 refactorings, tagged with ruby, json

When you work with APIs tha...

23e6178f295b9cb7473d44d9e501a2b3 Talk