method
new
ruby latest stable - Class:
Gem::Commands::InfoCommand
new()public
No documentation available.
# File lib/rubygems/commands/info_command.rb, line 7
def initialize
super "info", "Show information for the given gem"
remove_option('--name-matches')
remove_option('-d')
defaults[:details] = true
defaults[:exact] = true
end