class Hamlit::HamlParser::Line
@private
Public Instance Methods
strip!(from)
click to toggle source
# File lib/hamlit/parser/haml_parser.rb, line 191 def strip!(from) self.text = text[from..-1] self.text.lstrip! self end
tabs()
click to toggle source
@private
# File lib/hamlit/parser/haml_parser.rb, line 187 def tabs @tabs ||= parser.compute_tabs(self) end