Sha256: ca32fa77d04f706be5439858c517bfc9b680b0f39cecec59580cf4a5b8b2a477
Contents?: true
Size: 152 Bytes
Versions: 2
Compression:
Stored size: 152 Bytes
Contents
# frozen_string_literal: true module DateHelpers def todays_date l(Time.zone.today) end def todays_date_and_time l(Time.zone) end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
renalware-core-2.1.1 | spec/support/date_helpers.rb |
renalware-core-2.1.0 | spec/support/date_helpers.rb |