diff options
author | Hiroshi SHIBATA <[email protected]> | 2023-03-22 14:35:56 +0900 |
---|---|---|
committer | Hiroshi SHIBATA <[email protected]> | 2023-03-23 17:18:49 +0900 |
commit | a3670249fa96f9d6d9d630e43f4edaafdd55e7af () | |
tree | 94e5367388b0522b4a52b4c51ff24d16326237b0 /lib | |
parent | 048230ded3d0ed217bff5e7ac5e4e4972dd08312 (diff) |
[rubygems/rubygems] util/rubocop -A --only Lint/Void
https://.com/rubygems/rubygems/commit/9d25906e44
Notes: Merged: https://.com/ruby/ruby/pull/7582
-rw-r--r-- | lib/rubygems/package/tar_reader/entry.rb | 1 | ||||
-rw-r--r-- | lib/rubygems/specification.rb | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -144,7 +144,6 @@ class Gem::Package::TarReader::Entry def pos=(new_pos) seek(new_pos, IO::SEEK_SET) - new_pos end def size @@ -501,8 +501,6 @@ class Gem::Specification < Gem::BasicSpecification @platform = @new_platform.to_s invalidate_memoized_attributes - - @new_platform end ## |