Created
February 12, 2014 15:41
-
-
Save omarqureshi/8957872 to your computer and use it in GitHub Desktop.
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
p1.9.3p448 :001 > if a = true | |
1.9.3p448 :002?> puts "A" | |
1.9.3p448 :003?> elsif b = false | |
1.9.3p448 :004?> puts "B" | |
1.9.3p448 :005?> end | |
(irb):3: warning: found = in conditional, should be == | |
(irb):1: warning: found = in conditional, should be == | |
A | |
=> nil |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment