class HTree::Comment

Public Instance Methods

to_wabisabi() click to toggle source
# File vendor/qwik/lib/qwik/htree-to-wabisabi.rb, line 75
def to_wabisabi
  return [:'!--', @content]
end