module StyledYAML::DoubleQuotedScalar

yaml.org/spec/1.2/spec.html#id2787109

Public Instance Methods

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