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