method

arguments

arguments()
public

No documentation available.

# File lib/rubygems/commands/environment_command.rb, line 10
  def arguments # :nodoc:
    args =           packageversion  display the package version          gemdir          display the path where gems are installed          gempath         display path used to search for gems          version         display the gem format version          remotesources   display the remote gem servers          platform        display the supported gem platforms          <omitted>       display everything
    return args.gsub(/^\s+/, '')
  end