Skip to content

Instantly share code, notes, and snippets.

@videlais
Created April 14, 2015 02:07
Show Gist options
  • Save videlais/2259535976f3e9f9c822 to your computer and use it in GitHub Desktop.
Save videlais/2259535976f3e9f9c822 to your computer and use it in GitHub Desktop.
class Parser
def initalize()
end
def good_response
puts "Looks like your name is Dan. Neat!"
end
def bad_response
puts "You are not a Dan!"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment