summaryrefslogtreecommitdiff
path: root/ext
diff options
context:
space:
mode:
authornaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-30 05:22:00 +0000
committernaruse <naruse@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-08-30 05:22:00 +0000
commitee56dd160e410e2a44ae7d861b8520810f957416 (patch)
treeb9179650b7dc0e5d1b2f6069f7305258f27442f7 /ext
parent510f6dc7d0c6e78463796bdb90a90a486e4a2042 (diff)
merge revision(s) 33124:
------------------------------------------------------------------------ r33124 | naruse | 2011-08-30 14:21:27 +0900 (Tue, 30 Aug 2011) | 1 line Don't include complex and rational; fix r33122. ------------------------------------------------------------------------ git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_3@33125 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext')
-rw-r--r--ext/json/lib/json/add/core.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/json/lib/json/add/core.rb b/ext/json/lib/json/add/core.rb
index fde53a4d01..4624be22c2 100644
--- a/ext/json/lib/json/add/core.rb
+++ b/ext/json/lib/json/add/core.rb
@@ -5,8 +5,6 @@ unless defined?(::JSON::JSON_LOADED) and ::JSON::JSON_LOADED
require 'json'
end
require 'date'
-require 'complex'
-require 'rational'
# Symbol serialization/deserialization
class Symbol