Skip to content

Instantly share code, notes, and snippets.

@theotherzach
Created August 13, 2013 15:07
Show Gist options
  • Save theotherzach/6222162 to your computer and use it in GitHub Desktop.
Save theotherzach/6222162 to your computer and use it in GitHub Desktop.
class Today
WEDNESDAY = 3
def self.wednesday?
Date.today.wday == WEDNESDAY
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment