smaller clean-ups

This commit is contained in:
Torsten Ruger
2015-05-25 18:48:35 +03:00
parent 4d0773ebae
commit 8413f6b470
6 changed files with 18 additions and 16 deletions

View File

@ -34,7 +34,7 @@ module Parfait
end
# get a value fot the given key
# key ientity is checked with == not === (ie equals not identity)
# key identity is checked with == not === (ie equals not identity)
# return nil if no such key
def get(key)
index = key_index(key)