Flowdock
method

to_h

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Enumerable
to_h(*args) public

Returns the result of interpreting enum as a list of [key, value] pairs.

%i[hello world].each_with_index.to_h
  # => {:hello => 0, :world => 1}
Show source
Register or log in to add new notes.