Skip to content

Instantly share code, notes, and snippets.

@nonrational
Last active August 29, 2015 14:03
Show Gist options
  • Save nonrational/2dbb147c07a2a3c5f2bf to your computer and use it in GitHub Desktop.
Save nonrational/2dbb147c07a2a3c5f2bf to your computer and use it in GitHub Desktop.
foreach day in all_days_this_summer do
if day.is_raining? then
me.equip(umbrella)
me.visit(movie_theater)
else
me.equip(shovel_and_pail)
me.visit(beach)
end
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment