class Sass::Engine

def raw_next_line(index)

def raw_next_line(index)
  [@lines[index][0], index + 1]
end