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