Method: QEDProject::Project.create

Defined in:
lib/qedproject/project.rb

.create(project_path, options = {}) ⇒ Object

convenience method to create a new project. Simply call create with the project path and the options.



16
17
18
# File 'lib/qedproject/project.rb', line 16

def self.create(project_path, options= {})
   self.new(project_path, options).generate
end