Method: Fall::Record#zip

Defined in:
lib/fall/record.rb

#zip(other) ⇒ Object



34
35
36
# File 'lib/fall/record.rb', line 34

def zip(other)
  to_ary.zip(other.to_ary)
end