Skip to content

Instantly share code, notes, and snippets.

@defunkt
Created November 19, 2008 19:53
Show Gist options
  • Save defunkt/26657 to your computer and use it in GitHub Desktop.
Save defunkt/26657 to your computer and use it in GitHub Desktop.
class Array
def second
self[1]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment