[rubygems/rubygems] util/rubocop -A --only Lint/Void

https://github.com/rubygems/rubygems/commit/9d25906e44
This commit is contained in:
Hiroshi SHIBATA 2023-03-22 14:35:56 +09:00
parent 048230ded3
commit a3670249fa
Notes: git 2023-03-23 08:19:22 +00:00
2 changed files with 0 additions and 3 deletions

View File

@ -144,7 +144,6 @@ class Gem::Package::TarReader::Entry
def pos=(new_pos)
seek(new_pos, IO::SEEK_SET)
new_pos
end
def size

View File

@ -501,8 +501,6 @@ class Gem::Specification < Gem::BasicSpecification
@platform = @new_platform.to_s
invalidate_memoized_attributes
@new_platform
end
##