Skip to content

Instantly share code, notes, and snippets.

@tagrudev
Created October 9, 2012 14:20
Show Gist options
  • Save tagrudev/3859126 to your computer and use it in GitHub Desktop.
Save tagrudev/3859126 to your computer and use it in GitHub Desktop.
1.9.3-p194 :001 > a = [1, 2, 3, 4]
=> [1, 2, 3, 4]
1.9.3-p194 :002 > a.last
=> 4
1.9.3-p194 :003 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment