Sha256: b6c6080eb861656775ba4509902840190fa5b5c907b70c6657a0b23b8e3aee16
Contents?: true
Size: 1.06 KB
Versions: 1
Compression:
Stored size: 1.06 KB
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Abstract # Set: Abstract (TestContext) # module TestContext; extend Card::Set def self.source_location; "/Users/ezl5238/dev/decko/gem/mod/email/set/abstract/test_context.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat view :core do return super() if voo.hide? :test_context card.with_context test_context_card do super() end end def test_context_card card.left.fetch(:test_context)&.item_card end end module EmailHtmlFormat; module_parent.send :register_set_format, Card::Format::EmailHtmlFormat, self; extend Card::Set::AbstractFormat view :core do voo.hide! :test_context super() end end module EmailTextFormat; module_parent.send :register_set_format, Card::Format::EmailTextFormat, self; extend Card::Set::AbstractFormat view :core do voo.hide! :test_context super() end end end;end;end;end; # ~~ generated from /Users/ezl5238/dev/decko/gem/mod/email/set/abstract/test_context.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod004-email/abstract/test_context.rb |