Class: Arli::Lock::Formats::Yaml
- Defined in:
- lib/arli/lock/formats/yaml.rb
Instance Attribute Summary
Attributes inherited from Json
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Json
Methods inherited from Base
#extension, #format, #header, #initialize
Methods included from Helpers::Inherited
Constructor Details
This class inherits a constructor from Arli::Lock::Formats::Base
Instance Method Details
#footer ⇒ Object
9 10 11 12 |
# File 'lib/arli/lock/formats/yaml.rb', line 9 def "# vi:syntax=yaml\n" + YAML.dump(hash) end |