module Haml::Precompiler
def push_flat(line)
def push_flat(line) text = line.full.dup text = "" unless text.gsub!(/^#{@flat_spaces}/, '') @filter_buffer << "#{text}\n" end
def push_flat(line) text = line.full.dup text = "" unless text.gsub!(/^#{@flat_spaces}/, '') @filter_buffer << "#{text}\n" end