module StyledYAML::FoldedScalar

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

Public Instance Methods

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