class Haml::Parser

def raw_next_line

def raw_next_line
  text = @template.shift
  return unless text
  index = @template_index
  @template_index += 1
  return text, index
end