Oops, forgot to remove

This commit is contained in:
weshatheleopard 2015-03-11 09:41:03 -05:00
parent f030cdadb8
commit d81e0f207d
1 changed files with 1 additions and 1 deletions

View File

@ -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