Module: Card::Set::All::CardtypeGroups::HtmlFormat
- Extended by:
- Card::Set::AbstractFormat
- Defined in:
- platypus/tmp/set/gem-defaults/mod010-rules/all/cardtype_groups.rb
Instance Method Summary collapse
Instance Method Details
#custom_types ⇒ Object
30 31 32 33 34 35 36 37 38 |
# File 'platypus/tmp/set/gem-defaults/mod010-rules/all/cardtype_groups.rb', line 30 def custom_types custom_types = [] Auth.createable_types.each do |type| custom_types << type unless All::CardtypeGroups::GROUP_MAP[type] end custom_types end |