summaryrefslogtreecommitdiff
path: root/lib/json/add/complex.rb
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-10 12:14:14 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2020-11-12 21:39:31 +0900
commit17a931ab65b5a8bfe4e801a5faafbd1d9d5d5ede (patch)
treeb829cd843a4217a4e0f3ba473ad46e4e6f2c2cf7 /lib/json/add/complex.rb
parentd76e5fc1d2cedeba29fe7a5292f5d451dea0da57 (diff)
downloadjson-17a931ab65b5a8bfe4e801a5faafbd1d9d5d5ede.tar.gz
Complex and Rational is embedded classes now
Diffstat (limited to 'lib/json/add/complex.rb')
-rw-r--r--lib/json/add/complex.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/json/add/complex.rb b/lib/json/add/complex.rb
index 4d977e7..e63e29f 100644
--- a/lib/json/add/complex.rb
+++ b/lib/json/add/complex.rb
@@ -2,7 +2,6 @@
unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
require 'json'
end
-defined?(::Complex) or require 'complex'
class Complex