mirror of
https://github.com/ruby/ruby.git
synced 2025-08-25 14:05:02 +02:00
util/rubocop -A --only Layout/ParameterAlignment
This commit is contained in:
parent
0373615948
commit
b304cf324a
5 changed files with 9 additions and 18 deletions
|
@ -17,8 +17,7 @@ class Gem::Commands::QueryCommand < Gem::Command
|
|||
alert_warning message unless Gem::Deprecate.skip
|
||||
end
|
||||
|
||||
def initialize(name = "query",
|
||||
summary = "Query gem information in local or remote repositories")
|
||||
def initialize(name = "query", summary = "Query gem information in local or remote repositories")
|
||||
super name, summary,
|
||||
:domain => :local, :details => false, :versions => true,
|
||||
:installed => nil, :version => Gem::Requirement.default
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue