mirror of
https://github.com/ruby/ruby.git
synced 2025-08-27 06:56:13 +02:00
* ext/psych/lib/psych/streaming.rb: refactor streaming methods to a
module. * ext/psych/lib/psych/stream.rb: extracted streaming specific methods to a module. * ext/psych/lib/psych/json/stream.rb: JSON stream inherits from JSONTree and includes streaming methods. * ext/psych/lib/psych/visitors/json_tree.rb: JSON does not support object references, so remove object reference testing when building JSON trees. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@30936 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
10ec858f40
commit
4ed82ae5cb
6 changed files with 46 additions and 19 deletions
|
@ -1,5 +1,6 @@
|
|||
require 'psych.so'
|
||||
require 'psych/nodes'
|
||||
require 'psych/streaming'
|
||||
require 'psych/visitors'
|
||||
require 'psych/handler'
|
||||
require 'psych/tree_builder'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue