mirror of
https://github.com/ruby/ruby.git
synced 2025-09-18 10:03:59 +02:00
Merge RubyGems 3.2.6 and Bundler 2.2.6 (#4103)
This commit is contained in:
parent
41d0c70812
commit
151e469a62
24 changed files with 236 additions and 51 deletions
|
@ -121,10 +121,6 @@ class Gem::Platform
|
|||
end
|
||||
end
|
||||
|
||||
def inspect
|
||||
"%s @cpu=%p, @os=%p, @version=%p>" % [super[0..-2], *to_a]
|
||||
end
|
||||
|
||||
def to_a
|
||||
[@cpu, @os, @version]
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue