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