# -*- mode: snippet -*- # key: xml- # contributor: Translated from TextMate Snippet # name: xmlread(..) ## condition: "source.ruby" # -- REXML::Document.new(File.read(${1:"${2:path/to/file}"}))