mirror of
https://github.com/ruby/ruby.git
synced 2025-08-24 21:44:30 +02:00
parent
9d696aa204
commit
2755cb1b2f
262 changed files with 3027 additions and 3113 deletions
|
@ -8,8 +8,8 @@ class Gem::Commands::InfoCommand < Gem::Command
|
|||
|
||||
def initialize
|
||||
super "info", "Show information for the given gem",
|
||||
:name => //, :domain => :local, :details => false, :versions => true,
|
||||
:installed => nil, :version => Gem::Requirement.default
|
||||
name: //, domain: :local, details: false, versions: true,
|
||||
installed: nil, version: Gem::Requirement.default
|
||||
|
||||
add_query_options
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue