Sha256: 01eaf764f2fd83c1dd78259832279529cabc2754d7c75e9c3b41d9e99b30b3a9
Contents?: true
Size: 146 Bytes
Versions: 14
Compression:
Stored size: 146 Bytes
Contents
module PaidUp module Integer def to_date Time.at(self).strftime("%m/%d/%Y") end end end Integer.send(:include, PaidUp::Integer)
Version data entries
14 entries across 14 versions & 1 rubygems