X7ROOT File Manager
Current Path:
/opt/alt/ruby19/lib64/ruby/1.9.1/json/add
opt
/
alt
/
ruby19
/
lib64
/
ruby
/
1.9.1
/
json
/
add
/
ðŸ“
..
📄
complex.rb
(398 B)
📄
core.rb
(6.41 KB)
📄
rational.rb
(414 B)
Editing: complex.rb
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
Upload File
Create Folder