# File lib/date.rb, line 901 def + (n) case n when Numeric; return self.class.new0(@ajd + n, @of, @sg) end raise TypeError, 'expected numeric' end