-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ext/psych/lib/psych/visitors/yaml_tree.rb:
tree
should return the
same thing on every call. * test/psych/visitors/test_yaml_tree.rb: related test. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37350 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
- Loading branch information
1 parent
dbe6250
commit f8d34b2
Showing
3 changed files
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
Sun Oct 28 10:12:15 2012 Aaron Patterson <[email protected]> | ||
|
||
* ext/psych/lib/psych/visitors/yaml_tree.rb: `tree` should return the | ||
same thing on every call. | ||
|
||
* test/psych/visitors/test_yaml_tree.rb: related test. | ||
|
||
Sun Oct 28 10:05:03 2012 Aaron Patterson <[email protected]> | ||
|
||
* ext/psych/lib/psych/visitors/yaml_tree.rb: YAML Tree object should | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -47,6 +47,7 @@ def finish | |
|
||
def tree | ||
finish unless finished? | ||
@emitter.root | ||
end | ||
|
||
def push object | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters