189 190 191 192 193
# File 'lib/ezml/parser.rb', line 189 def strip!(from) self.text = text[from..-1] self.text.lstrip! self end
185 186 187
# File 'lib/ezml/parser.rb', line 185 def tabs @tabs ||= parser.compute_tabs(self) end