Sha256: a361cf072600c6e54d7f62d2d425eff22b4991334946074bcd2d8e3c8106db83
Contents?: true
Size: 469 Bytes
Versions: 8
Compression:
Stored size: 469 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class All # Set: All cards (SupportsContentOptions) # module SupportsContentOptions; extend Card::Set def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-list/set/all/supports_content_options.rb"; end def supports_content_options? false end def supports_content_option_view? false end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-list/set/all/supports_content_options.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems