[rubygems/rubygems] Fix typo missing do
https://github.com/rubygems/rubygems/commit/4eade32ad6
This commit is contained in:
parent
f792b55b21
commit
87ddfb33a0
@ -489,7 +489,7 @@ class Gem::Command
|
||||
|
||||
@parser.separator nil
|
||||
@parser.separator " Description:"
|
||||
formatted.each_line |line|
|
||||
formatted.each_line do |line|
|
||||
@parser.separator " #{line.rstrip}"
|
||||
end
|
||||
end
|
||||
|
Loading…
x
Reference in New Issue
Block a user