module XMigra::LiteralYamlStyle

Public Instance Methods

to_yaml_style() click to toggle source
# File lib/xmigra.rb, line 330
def to_yaml_style
  :literal
end
yaml_style() click to toggle source
# File lib/xmigra.rb, line 335
def yaml_style
  Psych::Nodes::Scalar::LITERAL
end