summaryrefslogtreecommitdiff
path: root/ext/psych/lib/psych/emitter.rb
diff options
context:
space:
mode:
authortenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 23:50:23 +0000
committertenderlove <tenderlove@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-05-16 23:50:23 +0000
commit2f3998851148a1b95f9f4e5b6ccf48a9400c33cc (patch)
treeb05147ef9dce4df0ac44e84cd59f7ef3b11594da /ext/psych/lib/psych/emitter.rb
parentd62a9f00b87a378cdf1f52fe63e9bcfde62a853b (diff)
* ext/psych/lib/psych/emitter.rb: removing unused file.
* ext/psych/lib/psych/json/tree_builder.rb: moving tree builder to an event based external class. * ext/psych/lib/psych/tree_builder.rb: adding an end_stream event. * ext/psych/lib/psych/visitors/json_tree.rb: using event based AST builder. * ext/psych/lib/psych/visitors/yaml_tree.rb: using event based AST builder. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@27855 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ext/psych/lib/psych/emitter.rb')
-rw-r--r--ext/psych/lib/psych/emitter.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/psych/lib/psych/emitter.rb b/ext/psych/lib/psych/emitter.rb
deleted file mode 100644
index b06ad3ac49..0000000000
--- a/ext/psych/lib/psych/emitter.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-module Psych
- class Emitter < Psych::Handler
- end
-end