# File lib/compass/configuration.rb, line 61 def set_maybe(options) ATTRIBUTES.each do |a| self.send("#{a}=", options[a]) if options[a] end end