rdp / google_hash

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

wants a better #inspect #1

Closed rdp closed 13 years ago

rdp commented 14 years ago

irb(main):006:0> a.each{|k, v| puts v } 44 => #GoogleHashSparse:0x1594e80

is not as nice as {3 => 44} type of thing...I think that's what Hash does...

rdp commented 13 years ago

done