Skip to content

Instantly share code, notes, and snippets.

@omarqureshi
Created February 12, 2014 15:41
Show Gist options
  • Save omarqureshi/8957872 to your computer and use it in GitHub Desktop.
Save omarqureshi/8957872 to your computer and use it in GitHub Desktop.
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