Skip to content

Instantly share code, notes, and snippets.

/test

Created December 16, 2015 20:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/64d4e7c77eb0c3d85492 to your computer and use it in GitHub Desktop.
Save anonymous/64d4e7c77eb0c3d85492 to your computer and use it in GitHub Desktop.
def parse_answer(answer, kind="string")
answer = gest.chomp
answer = answer.to_i if kind == "number"
return answer
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment