mirror of
https://github.com/ruby/ruby.git
synced 2025-09-17 01:23:57 +02:00
merges r30475 from trunk into ruby_1_9_2.
-- * ext/psych/lib/psych/json/tree_builder.rb (start_mapping): tags should not be included in JSON mapping git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_9_2@30566 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
e94bc25729
commit
d97f1d3b37
4 changed files with 11 additions and 2 deletions
|
@ -13,7 +13,7 @@ module Psych
|
|||
end
|
||||
|
||||
def start_mapping anchor, tag, implicit, style
|
||||
super(anchor, tag, implicit, Nodes::Mapping::FLOW)
|
||||
super(anchor, nil, implicit, Nodes::Mapping::FLOW)
|
||||
end
|
||||
|
||||
def start_sequence anchor, tag, implicit, style
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue