9 10 11 12
# File 'lib/arli/lock/formats/yaml.rb', line 9 def footer "# vi:syntax=yaml\n" + YAML.dump(hash) end