Skip to content

Instantly share code, notes, and snippets.

@ChandraNalaani
Created December 13, 2011 18:23
Show Gist options
  • Save ChandraNalaani/1473206 to your computer and use it in GitHub Desktop.
Save ChandraNalaani/1473206 to your computer and use it in GitHub Desktop.
Ruby therapist (ruby)
thoughts = ask "What are you thinking about?"
alert "I hear you. You're thinking about " + thoughts + "."
feelings = ask "How does that make you feel?"
alert "Interesting. So you feel " + feelings + ", then."
# That'll be $150, please.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment