Object
# File lib/json/add/core.rb, line 18 18: def self.json_create(o) 19: o['s'].to_sym 20: end
# File lib/json/add/core.rb, line 11 11: def to_json(*a) 12: { 13: JSON.create_id => self.class.name, 14: 's' => to_s, 15: }.to_json(*a) 16: end
# File lib/json/add/rails.rb, line 32 32: def to_json(*a) 33: to_s.to_json(*a) 34: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.