Skip to content

Instantly share code, notes, and snippets.

@keeran
Created August 15, 2011 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save keeran/1147967 to your computer and use it in GitHub Desktop.
Save keeran/1147967 to your computer and use it in GitHub Desktop.
ruby-1.9.2-p136 :001 > (1..5).each {|n| puts n; break}
1
=> nil
ruby-1.9.2-p136 :002 >
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment