class Erb::Comment::CommentScanner

Public Instance Methods

etags() click to toggle source
Calls superclass method
# File lib/erb/comment.rb, line 12
def etags
  [*super, '--#>']
end
stags() click to toggle source
Calls superclass method
# File lib/erb/comment.rb, line 8
def stags
  [*super, '<#--']
end