class Psych::Nodes::Scalar
def initialize value, anchor = nil, tag = nil, plain = true, quoted = false, style = ANY
== See Also
+style+ is an integer indicating the string style
+quoted+ is a boolean value
+plain+ is a boolean value
+tag+ is an associated tag or nil
+anchor+ is an associated anchor or nil
+value+ is the string value of the scalar
Create a new Psych::Nodes::Scalar object.
##
def initialize value, anchor = nil, tag = nil, plain = true, quoted = false, style = ANY @value = value @anchor = anchor @tag = tag @plain = plain @quoted = quoted @style = style end