Sha256: 886075041e4e96a95ebec8da6f2678bc77c61b89d5f0f71cc87b5344d51c3cd6

Contents?: true

Size: 463 Bytes

Versions: 1

Compression:

Stored size: 463 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/list/set/all/supports_content_options.rb ~~

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
card-1.102.0 tmpsets/set/mod008-list/all/supports_content_options.rb