# File lib/ri_cal/core_extensions/time/week_day_predicates.rb, line 39
        def nth_wday_in_month?(n, which_wday)
          target = nth_wday_in_month(n, which_wday)
          [self.year, self.month, self.day] == [target.year, target.month, target.day]
        end