Class: Avm::EacRailsBase1::Runner::Bundle
- Inherits:
-
EacRubyUtils::Console::DocoptRunner
- Object
- EacRubyUtils::Console::DocoptRunner
- Avm::EacRailsBase1::Runner::Bundle
show all
- Defined in:
- lib/avm/eac_rails_base1/runner/bundle.rb
Instance Method Summary
collapse
Instance Method Details
#bundle_args ⇒ Object
22
23
24
|
# File 'lib/avm/eac_rails_base1/runner/bundle.rb', line 22
def bundle_args
options.fetch('<bundle-args>').reject { |arg| arg == '--' }
end
|
18
19
20
|
# File 'lib/avm/eac_rails_base1/runner/bundle.rb', line 18
def run
bundle_run
end
|