Class: Prebundler::Cli::Install

Inherits:
Base
  • Object
show all
Defined in:
lib/prebundler/cli/install.rb

Instance Attribute Summary

Attributes inherited from Base

#args, #global_options, #options, #out

Instance Method Summary collapse

Methods inherited from Base

#initialize, run

Constructor Details

This class inherits a constructor from Prebundler::Cli::Base

Instance Method Details

#runObject



10
11
12
13
14
15
16
# File 'lib/prebundler/cli/install.rb', line 10

def run
  prepare
  install
  update_bundle_config
  generate_binstubs
  check
end