Sha256: 320d5175b967977130e0801417ad76881a8a63dd32ff753669f07f822372c0b1

Contents?: true

Size: 127 Bytes

Versions: 1

Compression:

Stored size: 127 Bytes

Contents

unless Date.respond_to?(:to_time)
  require 'time'
  
  class Date
    def to_time
      Time.parse(to_s)
    end
  end
  
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
edtf-0.0.2 lib/edtf/compatibility.rb