Skip to content

Instantly share code, notes, and snippets.

@jaylevitt
Created May 23, 2012 14:43
Show Gist options
  • Save jaylevitt/2775621 to your computer and use it in GitHub Desktop.
Save jaylevitt/2775621 to your computer and use it in GitHub Desktop.
using Perl-style "and"?
#!/usr/bin/env ruby
puts "true" and return if true
puts "fell through"
abort
true
fell through
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment