module XMigra::FoldedYamlStyle

Public Instance Methods

to_yaml_style() click to toggle source
# File lib/xmigra.rb, line 317
def to_yaml_style
  :fold
end
yaml_style() click to toggle source
# File lib/xmigra.rb, line 322
def yaml_style
  Psych::Nodes::Scalar::FOLDED
end