Skip to content

Instantly share code, notes, and snippets.

@coreyhaines
Created September 21, 2009 22:02
Show Gist options
  • Save coreyhaines/190597 to your computer and use it in GitHub Desktop.
Save coreyhaines/190597 to your computer and use it in GitHub Desktop.
class Array
def last_index
self.length - 1
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment