class Liquid::Comment

Public Instance Methods

blank?() click to toggle source
# File lib/liquid/tags/comment.rb, line 10
def blank?
  true
end
render(_context) click to toggle source
# File lib/liquid/tags/comment.rb, line 3
def render(_context)
  ''.freeze
end
unknown_tag(_tag, _markup, _tokens) click to toggle source
# File lib/liquid/tags/comment.rb, line 7
def unknown_tag(_tag, _markup, _tokens)
end