Sha256: 634abde4efd991db951897e8fa602db2513f0bdaef47963b50138b3aaf2f5faf
Contents?: true
Size: 710 Bytes
Versions: 8
Compression:
Stored size: 710 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class Right # Set: All "+ContentOptionView" cards # module ContentOptionView; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-list/set/right/content_option_view.rb"; end module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat def quick_edit if card.left.prototype_default_card&.try(:show_content_options?) && card.left.prototype.rule_card(:input_type)&.supports_content_option_view? super else "" end end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-list/set/right/content_option_view.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems