Class Methods
::
lib/rubygems/commands/info_command.rb
View on GitHub
# File tmp/rubies/ruby-3.2.0/lib/rubygems/commands/info_command.rb, line 9
def initialize
super "info", "Show information for the given gem",
:name => //, :domain => :local, :details => false, :versions => true,
:installed => nil, :version => Gem::Requirement.default
add_query_options
remove_option("-d")
defaults[:details] = true
defaults[:exact] = true
end
No documentation available
Instance Methods
lib/rubygems/commands/info_command.rb
View on GitHub
# File tmp/rubies/ruby-3.2.0/lib/rubygems/commands/info_command.rb, line 35
def defaults_str
"--local"
end
No documentation available