Extended maintenance of Ruby 1.9.3 ended on February 23, 2015. Read more
Object
# File json/lib/json/add/complex.rb, line 7 def self.json_create(object) Complex(object['r'], object['i']) end
# File json/lib/json/add/complex.rb, line 11 def as_json(*) { JSON.create_id => self.class.name, 'r' => real, 'i' => imag, } end
# File json/lib/json/add/complex.rb, line 19 def to_json(*) as_json.to_json end
This page was generated for Ruby 1.9.3
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.