Object
# File lib/json/add/core.rb, line 137 def self.json_create(object) new(object['s'], object['o']) end
# File lib/json/add/core.rb, line 141 def to_json(*) { JSON.create_id => self.class.name, 'o' => options, 's' => source, }.to_json end
[Validate]
Generated with the Darkfish Rdoc Generator 2.