class Haml::Parser

def closes_flat?(line)

def closes_flat?(line)
  line && !line.text.empty? && line.full !~ /^#{@flat_spaces}/
end