class Liquid::Comment

Public Instance Methods

blank?() click to toggle source
# File lib/liquid/tags/comment.rb, line 12
def blank?
  true
end
render_to_output_buffer(_context, output) click to toggle source
# File lib/liquid/tags/comment.rb, line 5
def render_to_output_buffer(_context, output)
  output
end
unknown_tag(_tag, _markup, _tokens) click to toggle source
# File lib/liquid/tags/comment.rb, line 9
def unknown_tag(_tag, _markup, _tokens)
end