fix rubocop Lint/UselessAccessModifier cop

This commit is contained in:
Pavel Lobashov 2015-03-24 19:47:49 +03:00
parent fd864bd7ab
commit 2007be0ab6
2 changed files with 0 additions and 5 deletions

View File

@ -22,9 +22,6 @@ Lint/RescueException:
Lint/UnusedBlockArgument:
Enabled: false
# Offense count: 1
Lint/UselessAccessModifier:
Enabled: false
# Offense count: 1
Lint/UselessComparison:

View File

@ -162,8 +162,6 @@ module Zip
@name
end
protected
class << self
def read_zip_short(io) # :nodoc:
io.read(2).unpack('v')[0]