Sha256: fa2f51a84005f2a94956d8e845361c3edadae9371c3716189e52f1a545bbeda9
Contents?: true
Size: 238 Bytes
Versions: 38
Compression:
Stored size: 238 Bytes
Contents
# frozen_string_literal: true class Date include GlobalID::Identification def month_name Date::MONTHNAMES[month] end def self.today current end alias_method :id, :to_s def self.find(str) parse(str) end end
Version data entries
38 entries across 38 versions & 1 rubygems