method
new
v2_6_3 -
Show latest stable
- Class:
Psych::Coder
new(tag)public
No documentation available.
# File ext/psych/lib/psych/coder.rb, line 13
def initialize tag
@map = {}
@seq = []
@implicit = false
@type = :map
@tag = tag
@style = Psych::Nodes::Mapping::BLOCK
@scalar = nil
@object = nil
end