Class: RubyNPM::Commands::Install

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_npm/commands/install.rb

Instance Method Summary collapse

Methods inherited from Base

#execute, #initialize

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