Method: Array#>>

Defined in:
lib/y_support/core_ext/array/misc.rb

#>>(collection) ⇒ Object

Zips this array with another collection into a hash.



42
43
44
# File 'lib/y_support/core_ext/array/misc.rb', line 42

def >> collection
  zip_to_hash collection
end