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