# File lib/holidays/north_america.rb, line 104
def self.us_inauguration_day(year)
  year % 4 == 1 ? 20 : nil
end