# File lib/compass/commands/clean_project.rb, line 7 def set_options(opts) opts.banner = %{ Usage: compass clean [path/to/project] [options] Description: Remove generated files and the sass cache. Options: }.split("\n").map{|l| l.gsub(/^ */,'')}.join("\n") super end
Generated with the Darkfish Rdoc Generator 2.