lib/edtf/humanize/century.rb in edtf-humanize-0.0.5 vs lib/edtf/humanize/century.rb in edtf-humanize-0.0.6

- old
+ new

@@ -1,10 +1,10 @@ module Edtf module Humanize module Century include Edtf::Humanize::Formats - + def humanize "#{self.begin.year}#{Edtf::Humanize.configuration.century_suffix}" end end