Class: Jets::Commands::Import::Rack
- Defined in:
- lib/jets/commands/import/rack.rb
Instance Method Summary collapse
Methods inherited from Base
Methods inherited from Sequence
Instance Method Details
#finish_message ⇒ Object
7 8 9 10 11 12 13 14 |
# File 'lib/jets/commands/import/rack.rb', line 7 def puts " \#{\"=\"*30}\n Congrats! The Rack project from \#{@source} has been imported to the rack folder.\n\n Note, generic rack projects will likely need some adjustments to take into account API Gateway stages and logging. For more info refer to [Mega Mode Considerations](http://rubyonjets.com//megamode-details/).\n EOL\nend\n" |
#install ⇒ Object
3 4 5 |
# File 'lib/jets/commands/import/rack.rb', line 3 def install bundle_install end |