Sha256: 0d9b5135a81906207cf9cbf40a0706b2a838c50a2db2bb01b531c60a3b5739ac
Contents?: true
Size: 394 Bytes
Versions: 2
Compression:
Stored size: 394 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Self # Set: The card "Now" # module Now; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-date/set/self/now.rb"; end def content I18n.localize(Time.now, format: :card_dayofwk_min_tz) end # view :core, :raw end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-date/set/self/now.rb ~~
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
card-1.101.7 | tmpsets/set/mod024-card-mod-date/self/now.rb |
card-1.101.6 | tmpsets/set/mod024-card-mod-date/self/now.rb |