class Haml::Parser::Line

@private

def strip!(from)

def strip!(from)
  self.text = text[from..-1]
  self.text.lstrip!
  self
end

def tabs

Other tags:
    Private: -
def tabs
  @tabs ||= parser.compute_tabs(self)
end