# File lib/date.rb, line 474
  def self.julian_leap? (y) y % 4 == 0 end