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