Skip to content

Instantly share code, notes, and snippets.

@ayamomiji
Created September 13, 2011 06:09
Show Gist options
  • Save ayamomiji/1213232 to your computer and use it in GitHub Desktop.
Save ayamomiji/1213232 to your computer and use it in GitHub Desktop.
require 'date'
class Date
def programmers_day?
self.yday == 0x100
end
end
Date.today.programmers_day? # => true if today is 9/14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment