# File lib/compass/app_integration/stand_alone.rb, line 15 def configuration Compass::Configuration::Data.new('stand_alone'). extend(ConfigurationDefaults) end
# File lib/compass/app_integration/stand_alone.rb, line 11 def installer(*args) Installer.new(*args) end