Method: Enumerable#values
- Defined in:
- lib/mug/enumerable/hash-like.rb
#values ⇒ Object
Returns a new array populated with the values from this enum.
@call-seq values -> array
214 215 216 |
# File 'lib/mug/enumerable/hash-like.rb', line 214 def values to_a end |