1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[rubygems/rubygems] Remove comment not adding much

https://github.com/rubygems/rubygems/commit/b3b5c2d379
This commit is contained in:
David Rodríguez 2019-09-24 17:27:27 +02:00 committed by Hiroshi SHIBATA
parent 73633683c5
commit 6134fd7a64
No known key found for this signature in database
GPG key ID: F9CF13417264FAC2

View file

@ -69,9 +69,6 @@ class Gem::Requirement
end
end
##
# A default "version requirement" can surely _only_ be '>= 0'.
def self.default
new '>= 0'
end