/ruby-mode/Serialization/xmlread(__).yasnippet
Unknown | 6 lines | 6 code | 0 blank | 0 comment | 0 complexity | 86d5588920e7e3328bfb80f2c319d6a4 MD5 | raw file
1# -*- mode: snippet -*- 2# key: xml- 3# contributor: Translated from TextMate Snippet 4# name: xmlread(..) 5# -- 6REXML::Document.new(File.read(${1:"${2:path/to/file}"}))