Base
# File lib/compass/commands/extension_command.rb, line 38 def description(command) "Manage the list of compass extensions on your system" end
# File lib/compass/commands/extension_command.rb, line 47 def initialize(working_path, options) super(working_path, options) end
# File lib/compass/commands/extension_command.rb, line 31 def option_parser(arguments) parser = Compass::Exec::CommandOptionParser.new(arguments) parser.extend(ExtensionsOptionParser) end
Generated with the Darkfish Rdoc Generator 2.