Class: Array
- Inherits:
-
Object
- Object
- Array
- Defined in:
- lib/spectra/utilities.rb
Instance Method Summary collapse
Instance Method Details
#hash_from(*keys) ⇒ Object
100 101 102 |
# File 'lib/spectra/utilities.rb', line 100 def hash_from(*keys) Hash[ keys.first(self.length).zip(self) ] end |