Methods

valuesΒΆ

values(h:Hash)

Get Hash values as an array

Returns

Arr

Example

{"a": 1, "b": 2}.values()  # [1,2]