Skip to content

Instantly share code, notes, and snippets.

@dasch
Created February 12, 2012 12:00
Show Gist options
  • Save dasch/1808184 to your computer and use it in GitHub Desktop.
Save dasch/1808184 to your computer and use it in GitHub Desktop.
# Incidentally, I wrote this as "RickScore" first. Perhaps an interesting
# concept? ;-)
score = RockScore.for_term("apple")
if score.available?
"Score: #{score.value}"
else
"Could not calculate score"
end
# NoScore#value would raise an exception.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment