Sha256: 8b07b29ddeaf50caac23380ddcb904a6b73de7d622738c5cee9650d6585406c7

Contents?: true

Size: 485 Bytes

Versions: 2

Compression:

Stored size: 485 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

2 entries across 2 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod024-card-mod-date/right/when_last_edited.rb
card-1.101.6 tmpsets/set/mod024-card-mod-date/right/when_last_edited.rb