Methods

keysΒΆ

keys(h:Hash)

Get Hash keys as an array

Returns

Arr

Example

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