Object
# File lib/json/add/core.rb, line 18 def self.json_create(o) o['s'].to_sym end
# File lib/json/add/core.rb, line 11 def to_json(*a) { JSON.create_id => self.class.name, 's' => to_s, }.to_json(*a) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.