method
as_json
v1_9_3_392 -
Show latest stable
- Class:
Complex
as_json(*)public
No documentation available.
# File ext/json/lib/json/add/complex.rb, line 11
def as_json(*)
{
JSON.create_id => self.class.name,
'r' => real,
'i' => imag,
}
end