module Compass::AppIntegration::StandAlone
Public Instance Methods
configuration()
click to toggle source
# File lib/compass/app_integration/stand_alone.rb, line 15 def configuration Compass::Configuration::Data.new('stand_alone'). extend(ConfigurationDefaults) end
installer(*args)
click to toggle source
# File lib/compass/app_integration/stand_alone.rb, line 11 def installer(*args) Installer.new(*args) end