Class: Cello::Commands::NewProject
- Inherits:
-
Object
- Object
- Cello::Commands::NewProject
- Defined in:
- lib/cello/commands/new_project.rb
Class Method Summary collapse
Class Method Details
.run(args = ARGV) ⇒ Object
3 4 5 |
# File 'lib/cello/commands/new_project.rb', line 3 def run(args=ARGV) Cello::Structure::NewProject.create end |