# File lib/json/generic_object.rb, line 26 def [](name) table[name.to_sym] end
# File lib/json/generic_object.rb, line 30 def []=(name, value) __send__ "#{name}=", value end
# File lib/json/generic_object.rb, line 38 def as_json(*) { JSON.create_id => self.class.name }.merge to_hash end
Generated with the Darkfish Rdoc Generator 2.