class MyFancyClass def initialize(hash) ... ...
Ruby Handling reserved word coll...
When you work with APIs tha...
def schema raw_schema_json = ActiveSupport::JSON.decode(self.schema_json) schema = [] ...
Ruby Decoding a json object whil...
by sebastian.deutsch.myopenid.com,
June 10, 2009 18:01,
3 refactorings, tagged with rails, ruby, json
I'm decoding a json object....
On a forum I was reading, s...