Skip to content

Instantly share code, notes, and snippets.

@anildigital
Forked from defunkt/snippet.rb
Created November 20, 2008 04:39
Show Gist options
  • Save anildigital/26941 to your computer and use it in GitHub Desktop.
Save anildigital/26941 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