Skip to content

Instantly share code, notes, and snippets.

@shadoi
Created August 10, 2011 21:39
Show Gist options
  • Save shadoi/1138347 to your computer and use it in GitHub Desktop.
Save shadoi/1138347 to your computer and use it in GitHub Desktop.
if days_to_wait == 1
puts "."
else
puts "s."
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment