method
valid_jd?
valid_jd?(jd, sg=ITALY)
public
Hide source
# File lib/date.rb, line 731 def self.valid_jd? (jd, sg=ITALY) !!_valid_jd?(jd, sg) end