Class: CreateRubyApp::Actions::InstallGems
- Inherits:
-
Object
- Object
- CreateRubyApp::Actions::InstallGems
- Defined in:
- lib/create_ruby_app/actions/install_gems.rb
Class Method Summary collapse
Class Method Details
.call(app) ⇒ Object
6 7 8 |
# File 'lib/create_ruby_app/actions/install_gems.rb', line 6 def self.call(app) Dir.chdir(app.name) { system("bundle", "install") } end |