class Haml::Parser

def un_next_line(line)

def un_next_line(line)
  @template.unshift line
  @template_index -= 1
end