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

Version Path
card-1.101.5 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb
card-1.101.4 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb
card-1.101.3 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb
card-1.101.2 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb
card-1.101.1 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb
card-1.101.0 tmpsets/set/mod023-card-mod-date/right/when_last_edited.rb