lib/parsi-date.rb in parsi-date-0.2.6 vs lib/parsi-date.rb in parsi-date-0.3.0

- old
+ new

@@ -59,9 +59,11 @@ # require 'date' module Parsi + autoload 'DateAccessors', 'parsi-date-accessors' + # Class representing a date. # # See the documentation to the file parsi-date.rb for an overview. # # Internally, the date is represented as an Astronomical Julian Day Number, +ajd+.