specific_extra_args(cmd)
public
Return an array of extra arguments for the command. The
extra arguments come from the gem
configuration file read at program startup.
# File lib/rubygems/command.rb, line 83
def self.specific_extra_args(cmd)
specific_extra_args_hash[cmd]
end