Flowdock
method

arguments

Importance_0
arguments() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# 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
Register or log in to add new notes.