Class: Erb::Comment::CommentScanner
- Inherits:
-
ERB::Compiler::TrimScanner
- Object
- ERB::Compiler::TrimScanner
- Erb::Comment::CommentScanner
- Defined in:
- lib/erb/comment.rb
Instance Method Summary collapse
Instance Method Details
#etags ⇒ Object
12 13 14 |
# File 'lib/erb/comment.rb', line 12 def [*super, '--#>'] end |
#stags ⇒ Object
8 9 10 |
# File 'lib/erb/comment.rb', line 8 def [*super, '<#--'] end |