Sha256: 386f69c65c7bd0d5b99fcfee907402fc18a7dc59be16e63501fde56e7d0f2116
Contents?: true
Size: 372 Bytes
Versions: 13
Compression:
Stored size: 372 Bytes
Contents
# Author:: Eric Crane (mailto:eric.crane@mac.com) # Copyright:: Copyright (c) 2024 Eric Crane. All rights reserved. # # Conversion tool: Nil to Date. # require 'chronic' module Gloo module Convert class NilClassToDate # # Convert a nil to a date. # def convert( value ) return Chronic.parse( '' ) end end end end
Version data entries
13 entries across 13 versions & 1 rubygems