Sha256: 64a82e8c12378ecb04ef469336c1f432157e6513cf0b66bf481c15fe5cfebadb
Contents?: true
Size: 210 Bytes
Versions: 10
Compression:
Stored size: 210 Bytes
Contents
module HTMLSnippets def snippet(name) File.read(File.expand_path("#{name}.html", snippet_path)) end def snippet_path @snippet_path ||= File.expand_path("../../fixtures/html", __FILE__) end end
Version data entries
10 entries across 10 versions & 1 rubygems