Class: RubyNPM::Commands::Publish

Inherits:
Base
  • Object
show all
Defined in:
lib/ruby_npm/commands/publish.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



27
28
29
# File 'lib/ruby_npm/commands/publish.rb', line 27

def arguments(parameters)
  [parameters[:package_spec]]
end