rdp / google_hash

wrapper for google's hash functions, for ruby
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

Missing .delete on Dense hashes #25

Closed axos88 closed 10 years ago

axos88 commented 10 years ago

Dense hashes appear to be missing the .delete method.

rdp commented 10 years ago

could you try git master?

On Fri, May 23, 2014 at 2:46 AM, axos88 notifications@github.com wrote:

Hello!

Dense hashes appear to be missing the .delete method.

Thanks, Akos

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/google_hash/issues/25 .

axos88 commented 10 years ago

I am using master

rdp commented 10 years ago

re pull and try git master?

On Sat, May 24, 2014 at 3:36 AM, axos88 notifications@github.com wrote:

I am using master

— Reply to this email directly or view it on GitHubhttps://github.com/rdp/google_hash/issues/25#issuecomment-44082447 .

axos88 commented 10 years ago

Yep, it's there now.