Skip to content

Instantly share code, notes, and snippets.

@mdaisuke
Created December 17, 2010 10:22
Show Gist options
  • Save mdaisuke/744745 to your computer and use it in GitHub Desktop.
Save mdaisuke/744745 to your computer and use it in GitHub Desktop.
add_header_to_array
class Array
def with_header(header)
Hash[*header.zip(self).flatten]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment