Class: Gem::NoAliasYAMLTree
- Defined in:
- lib/rubygems/psych_tree.rb
Class Method Summary collapse
Instance Method Summary collapse
-
#register(target, obj) ⇒ Object
Noop this out so there are no anchors.
- #visit_String(str) ⇒ Object
Class Method Details
.create ⇒ Object
5 6 7 |
# File 'lib/rubygems/psych_tree.rb', line 5 def self.create new({}) end |
Instance Method Details
#register(target, obj) ⇒ Object
Noop this out so there are no anchors
17 18 |
# File 'lib/rubygems/psych_tree.rb', line 17 def register(target, obj) end |