Class: Liquid::Comment
Instance Attribute Summary
Attributes inherited from Tag
Instance Method Summary collapse
Methods inherited from Block
#block_delimiter, #block_name, #create_variable, #end_tag, #parse, #unknown_tag
Methods inherited from Tag
Constructor Details
This class inherits a constructor from Liquid::Tag
Instance Method Details
#render(context) ⇒ Object
3 4 5 |
# File 'lib/liquid/tags/comment.rb', line 3 def render(context) '' end |