module StyledYAML::LiteralScalar

www.yaml.org/spec/1.2/spec.html#id2795688

Public Instance Methods

yaml_style() click to toggle source
# File lib/styled_yaml.rb, line 24
def yaml_style
  Psych::Nodes::Scalar::LITERAL
end