# File lib/json/generic_object.rb, line 19 19: def [](name) 20: table[name.to_sym] 21: end
# File lib/json/generic_object.rb, line 23 23: def []=(name, value) 24: __send__ "#{name}=", value 25: end
# File lib/json/generic_object.rb, line 31 31: def as_json(*) 32: { JSON.create_id => self.class.name }.merge to_hash 33: end
# File lib/json/generic_object.rb, line 15 15: def to_hash 16: table 17: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.