Sha256: d34ecda8e5e8c22f6749dcd0b404026d4f0deadc9c1d4869883317fe7019f242
Contents?: true
Size: 186 Bytes
Versions: 2
Compression:
Stored size: 186 Bytes
Contents
module Liquor class Comment < Block def render(context) '' end end Template.register_tag('comment', Comment) end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
liquor-0.1.1 | lib/liquor/tags/comment.rb |
liquor-0.1.0 | lib/liquor/tags/comment.rb |