Sha256: 4a515a109a347c23aad0087fc7ba7ab53572609917db3d80a87990854027df5c
Contents?: true
Size: 492 Bytes
Versions: 10
Compression:
Stored size: 492 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/standard/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/standard/set/right/when_last_edited.rb ~~
Version data entries
10 entries across 10 versions & 1 rubygems