Method: EDTF::Epoch#max

Defined in:
lib/edtf/epoch.rb

#maxObject



78
79
80
# File 'lib/edtf/epoch.rb', line 78

def max
  to_date.advance(:years => self.class.duration - 1).end_of_year
end