Skip to content

Instantly share code, notes, and snippets.

@ricburton
Created December 6, 2011 13:45
Show Gist options
  • Save ricburton/1438261 to your computer and use it in GitHub Desktop.
Save ricburton/1438261 to your computer and use it in GitHub Desktop.
How to know if a chick is into you.
if text.reply <= 1 hour
girl.interested = true
elsif text.reply.include? '?'
girl.interested = true
elsif
girl.interested = false
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment