From 2f3998851148a1b95f9f4e5b6ccf48a9400c33cc Mon Sep 17 00:00:00 2001 From: tenderlove Date: Sun, 16 May 2010 23:50:23 +0000 Subject: * 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 --- ext/psych/lib/psych.rb | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/psych/lib/psych.rb') diff --git a/ext/psych/lib/psych.rb b/ext/psych/lib/psych.rb index 6c892c5393..464fae499e 100644 --- a/ext/psych/lib/psych.rb +++ b/ext/psych/lib/psych.rb @@ -3,6 +3,7 @@ require 'psych/nodes' require 'psych/visitors' require 'psych/handler' require 'psych/tree_builder' +require 'psych/json/tree_builder' require 'psych/parser' require 'psych/omap' require 'psych/set' -- cgit v1.2.3