class Erb::Indent::IndentScanner

Public Instance Methods

stags() click to toggle source
Calls superclass method
# File lib/erb/indent.rb, line 8
def stags
  ['<%\|', *super]
end