Skip to content

Instantly share code, notes, and snippets.

@mPastuszko
Created June 25, 2013 21:35
Show Gist options
  • Save mPastuszko/5862652 to your computer and use it in GitHub Desktop.
Save mPastuszko/5862652 to your computer and use it in GitHub Desktop.
class Array
def second
self[1]
end
def key
self[0]
end
def value
self[1]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment