Class: RubyNPM::Commands::Install
- Defined in:
- lib/ruby_npm/commands/install.rb
Instance Method Summary collapse
-
#arguments(parameters) ⇒ Object
rubocop:enable Metrics/MethodLength.
Methods inherited from Base
Constructor Details
This class inherits a constructor from RubyNPM::Commands::Base
Instance Method Details
#arguments(parameters) ⇒ Object
rubocop:enable Metrics/MethodLength
39 40 41 |
# File 'lib/ruby_npm/commands/install.rb', line 39 def arguments(parameters) [parameters[:package_specs]] end |