summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-21 19:47:09 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-11-21 19:47:09 +0000
commitdaeaa65f088aa541fa6a9345208b6988fe22bf4d (patch)
tree093c2d44fbcdacd0a00e6da85d7376ff3e6e029c /ext/psych/lib/psych
parent19bca2e6b203e4b25b5b14a6907177b1267d927d (diff)
* ext/psych/lib/psych.rb: remove autoload from psych
* ext/psych/lib/psych/json.rb: ditto git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@33809 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych')
-rw-r--r--ext/psych/lib/psych/json.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/ext/psych/lib/psych/json.rb b/ext/psych/lib/psych/json.rb
deleted file mode 100644
index 412ab2708b..0000000000
--- a/ext/psych/lib/psych/json.rb
+++ /dev/null
@@ -1,6 +0,0 @@
-module Psych
- module JSON
- autoload :TreeBuilder, 'psych/json/tree_builder'
- autoload :Stream, 'psych/json/stream'
- end
-end