From ee56dd160e410e2a44ae7d861b8520810f957416 Mon Sep 17 00:00:00 2001 From: naruse Date: Tue, 30 Aug 2011 05:22:00 +0000 Subject: 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 --- ext/json/lib/json/add/core.rb | 2 -- 1 file changed, 2 deletions(-) (limited to 'ext') 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 -- cgit v1.2.3