module StyledYAML::FlowMapping

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

Public Instance Methods

yaml_style() click to toggle source
# File lib/styled_yaml.rb, line 52
def yaml_style
  Psych::Nodes::Mapping::FLOW
end