Oops, forgot to remove
This commit is contained in:
parent
f030cdadb8
commit
d81e0f207d
|
@ -13,7 +13,7 @@ module Zip
|
|||
@entry_set.include?(to_key(entry))
|
||||
end
|
||||
|
||||
def find_entry(entry, case_sensitively = true)
|
||||
def find_entry(entry)
|
||||
@entry_set[to_key(entry)]
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue