Class: Hash
- Inherits:
-
Object
- Object
- Hash
- Defined in:
- lib/enumerable_weighted_sample.rb
Instance Method Summary collapse
Instance Method Details
#pretty ⇒ Object
66 67 68 |
# File 'lib/enumerable_weighted_sample.rb', line 66 def pretty sort_by{|_k,v|v}.map{|k,v| "#{k}: #{v}" }.join(", ") end |