Class: Prebundler::Cli::Install
- 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
Constructor Details
This class inherits a constructor from Prebundler::Cli::Base
Instance Method Details
#run ⇒ Object
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 |