Sha256: a4226f1b11e9c15dd0c4210ecf672b64a51d81a31093bd6ab58c06b71392b220
Contents?: true
Size: 134 Bytes
Versions: 54
Compression:
Stored size: 134 Bytes
Contents
module Liquid class Comment < Block def render(context) '' end end Template.register_tag('comment', Comment) end
Version data entries
54 entries across 54 versions & 7 rubygems