mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Don't include complex and rational; fix r33122.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33124 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b14c060dda
commit
28bba481f9
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue