Cleanup NullDecompressor

This commit is contained in:
Jan-Joost Spanjers 2020-01-05 15:51:08 +01:00
parent b80ce3cc57
commit dd74bc0e73
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ module Zip
module NullDecompressor #:nodoc:all
module_function
def sysread(_numberOfBytes = nil, _buf = nil)
def sysread(_length = nil, _outbuf = nil)
nil
end