rdp / google_hash

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

README fix: better display for Hash object names #22

Closed hammady closed 11 years ago

hammady commented 11 years ago

puts Object.constants.select{|k| k =~ /google/i}.sort; nil

rdp commented 11 years ago

https://github.com/rdp/google_hash/commit/c4bcb3d26c83a142219037ede3a81207c383d446 sweet thanks!