Skip to content

Instantly share code, notes, and snippets.

@behemphi
Created July 1, 2013 21:14
Show Gist options
  • Save behemphi/5904687 to your computer and use it in GitHub Desktop.
Save behemphi/5904687 to your computer and use it in GitHub Desktop.
be afraid
irb(main):008:0> if
irb(main):009:1* puts 'foo'
irb(main):010:1> else
irb(main):011:1* puts 'bar'
irb(main):012:1> end
foo
bar
=> nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment