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