specific_extra_args_hash()
Accessor for the specific extra args hash (self initializing).
# File lib/rubygems/command.rb, line 100 def self.specific_extra_args_hash @specific_extra_args_hash ||= Hash.new do |h,k| h[k] = Array.new end end