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 .size method #36

Closed maasha closed 9 years ago

maasha commented 9 years ago

Method .size is missing from GoogleHash?

rdp commented 9 years ago

length method available. Anyway added #size in 0.8.6 enjoy

On Mon, Mar 23, 2015 at 5:42 AM, maasha notifications@github.com wrote:

Method .size is missing from GoogleHash?

— Reply to this email directly or view it on GitHub https://github.com/rdp/google_hash/issues/36.

maasha commented 9 years ago

Great, I was checking for .length but since I have 0.8.5 here there was no such method!