ProjectBase
# File lib/compass/commands/interactive.rb, line 47 def description(command) "Interactively evaluate SassScript" end
# File lib/compass/commands/interactive.rb, line 25 def initialize(working_path, options) super end
# File lib/compass/commands/interactive.rb, line 36 def option_parser(arguments) parser = Compass::Exec::CommandOptionParser.new(arguments) parser.extend(Compass::Exec::GlobalOptionsParser) parser.extend(Compass::Exec::ProjectOptionsParser) parser.extend(InteractiveOptionsParser) end
Generated with the Darkfish Rdoc Generator 2.