Sha256: 6ed7f5284b88c53d5f6bba97b23f768a4e5e91e4347cae01e6c19495300fcda6

Contents?: true

Size: 398 Bytes

Versions: 435

Compression:

Stored size: 398 Bytes

Contents

unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
  require 'json'
end
defined?(::Complex) or require 'complex'

class Complex
  def self.json_create(object)
    Complex(object['r'], object['i'])
  end

  def as_json(*)
    {
      JSON.create_id => self.class.name,
      'r'            => real,
      'i'            => imag,
    }
  end

  def to_json(*)
    as_json.to_json
  end
end

Version data entries

435 entries across 365 versions & 45 rubygems

Version Path
savant-echo-0.1.6 bin/alexa-0.1.2-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
savant-echo-0.1.5 bin/alexa-0.1.2-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
savant-echo-0.1.4 bin/alexa-0.1.2-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
savant-echo-0.1.3 bin/alexa-0.1.2-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
engineyard-serverside-2.6.11 lib/vendor/json_pure/lib/json/add/complex.rb
second_step-0.1.2 secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/gems/2.2.0/gems/second_step-0.1.1/secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
second_step-0.1.2 secondstep-notify-1.0.0-osx/lib/ruby/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.60 bin/traveling-ruby-2.2.2/osx/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.60 bin/traveling-ruby-2.2.2/l64/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.60 bin/traveling-ruby-2.2.2/l32/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.60 bin/traveling-ruby-2.2.2/win/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.58 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.57 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.56 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.55 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.54 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.53 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.52 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.51 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb
rb2exe-0.1.50 bin/traveling-ruby-2.2.2/lib/ruby/2.2.0/json/add/complex.rb