method

scalar

v1_9_3_125 - Show latest stable - Class: Psych::TreeBuilder
scalar(value, anchor, tag, plain, quoted, style)
public

No documentation available.

# File ext/psych/lib/psych/tree_builder.rb, line 74
    def scalar value, anchor, tag, plain, quoted, style
      @last.children << Nodes::Scalar.new(value,anchor,tag,plain,quoted,style)
    end