Sha256: d138500734447549213c290452a24c16637f962011a2b1913fc241a7bb3eb1dd
Contents?: true
Size: 207 Bytes
Versions: 34
Compression:
Stored size: 207 Bytes
Contents
module XMLSnippets def snippet(name) File.read(File.expand_path("#{name}.xml", snippet_path)) end def snippet_path @snippet_path ||= File.expand_path("../../fixtures/xml", __FILE__) end end
Version data entries
34 entries across 34 versions & 1 rubygems