Created
July 1, 2013 21:14
-
-
Save behemphi/5904687 to your computer and use it in GitHub Desktop.
be afraid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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