Method: Arli::Lock::Formats::Yaml#footer

Defined in:
lib/arli/lock/formats/yaml.rb


9
10
11
12
# File 'lib/arli/lock/formats/yaml.rb', line 9

def footer
  "# vi:syntax=yaml\n" +
  YAML.dump(hash)
end