# File lib/date.rb, line 694 def self.parse(str='-4712-01-01', comp=false, sg=ITALY) elem = _parse(str, comp) new_with_hash(elem, sg) end