# File lib/compass/configuration.rb, line 83 def default_for(attribute) method = "default_#{attribute}".to_sym self.send(method) if respond_to?(method) end