summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/json.rb
diff options
context:
space:
mode:
Diffstat (limited to 'ext/psych/lib/psych/json.rb')
-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