Skip to content

Instantly share code, notes, and snippets.

View agentfin's full-sized avatar

alexis finch agentfin

View GitHub Profile
@agentfin
agentfin / 9_4_psych_test.rb
Created January 29, 2012 22:04
Chris Pine PragProg 9.4
# First version with a bunch of excess variables
# direct from Mr. Pine
def ask question
good_answer = false
while (not good_answer)
puts question
reply = gets.chomp.downcase
if (reply == 'yes' or reply == 'no' )