# -*- mode: snippet -*- # key: Yl- # contributor: Translated from TextMate Snippet # name: YAML.load(file) # -- File.open(${1:"${2:path/to/file}.yaml"}) { |${3:file}| YAML.load(${3:file}) }