2009-08-29 17:59:02 +00:00

6 lines
165 B
Plaintext

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