new(anchor = nil, tag = nil, implicit = true, style = BLOCK)
Class Public methods
Create a new Psych::Nodes::Mapping object.
anchor
is the anchor associated with the map or
nil
. tag
is the tag associated with the map or
nil
. implicit
is a boolean indicating whether or
not the map was implicitly started. style
is an integer
indicating the mapping style.
See Also
See also Psych::Handler#start_mapping
Please login to continue.