Last active
August 29, 2015 13:58
-
-
Save alechill/10290813 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
| def do_i_feel_bad_for_you_son? (has_girl, problems) | |
| feel_bad = false | |
| (0..problems).each {|it| feel_bad = true if has_girl && it == (bitch = 1)} | |
| feel_bad | |
| end | |
| do_i_feel_bad_for_you_son?(true, 99) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment