# File lib/compass/commands/create_project.rb, line 9 def initialize(working_path, options) super(working_path, options.merge(:pattern => "project", :pattern_name => nil)) end