Method: Gem::Commands::BuildCommand#arguments

Defined in:
lib/rubygems/commands/build_command.rb

#argumentsObject

:nodoc:



30
31
32
# File 'lib/rubygems/commands/build_command.rb', line 30

def arguments # :nodoc:
  "GEMSPEC_FILE  gemspec file name to build a gem for"
end