# File lib/haml/options.rb, line 244
    def remove_whitespace=(value)
      @ugly = true if value
      @remove_whitespace = value
    end