# File lib/compass/commands/project_base.rb, line 51 def read_project_configuration if file = detect_configuration_file Compass.configuration.parse(file) if File.readable?(file) end end