Skip to content

Instantly share code, notes, and snippets.

@alechill
Last active August 29, 2015 13:58
Show Gist options
  • Select an option

  • Save alechill/10290813 to your computer and use it in GitHub Desktop.

Select an option

Save alechill/10290813 to your computer and use it in GitHub Desktop.
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