Object
# File lib/json/add/core.rb, line 121 121: def self.json_create(object) 122: result = new(object['m']) 123: result.set_backtrace object['b'] 124: result 125: end
# File lib/json/add/core.rb, line 127 127: def to_json(*args) 128: { 129: JSON.create_id => self.class.name, 130: 'm' => message, 131: 'b' => backtrace, 132: }.to_json(*args) 133: end
Disabled; run with --debug to generate this.
[Validate]
Generated with the Darkfish Rdoc Generator 1.1.6.