Class: Jobshop::CLI::Dummy
- Inherits:
-
Thor
- Object
- Thor
- Jobshop::CLI::Dummy
- Defined in:
- lib/jobshop/cli.rb
Instance Method Summary collapse
Instance Method Details
#create ⇒ Object
36 37 38 39 40 41 |
# File 'lib/jobshop/cli.rb', line 36 def create Jobshop::DummyApp.destroy! if Jobshop::DummyApp.exist? ARGV.shift; ARGV.unshift("new", Jobshop::DummyApp.path) Jobshop::Generators::DummyGenerator.start \ Rails::Generators::ARGVScrubber.new(ARGV).prepare! end |