Sha256: 4f2446bfde5399c3eecae3143e6ef7947372f4b0e3245f79e39d2f2b0e7d3e0f
Contents?: true
Size: 484 Bytes
Versions: 6
Compression:
Stored size: 484 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right # Set: All "+WhenLastEdited" cards # module WhenLastEdited; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-date/set/right/when_last_edited.rb"; end def content return "" unless left&.real? I18n.localize left.updated_at, format: :card_dayofwk_min_tz end # view :core, :raw end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-date/set/right/when_last_edited.rb ~~
Version data entries
6 entries across 6 versions & 1 rubygems