Class: Card::AllSet
- Inherits:
-
SetPattern
- Object
- SetPattern
- Card::AllSet
- Defined in:
- tmpsets/set_pattern/100-all.rb
Class Method Summary collapse
- .follow_label(name) ⇒ Object
-
.label(name) ⇒ Object
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/01_core/set_pattern/01_all.rb ~~~~~~~~~~~.
- .prototype_args(anchor) ⇒ Object
Methods inherited from SetPattern
#anchor_codenames, anchorless?, card_keys, find, #format_module_list, #initialize, #inspect, junction_only?, #lookup_module_list, #module_key, #module_list, new, pattern, #pattern, pattern_applies?, register, #rule_set_key, #safe_key, #to_s, write_tmp_file
Constructor Details
This class inherits a constructor from Card::SetPattern
Class Method Details
.follow_label(name) ⇒ Object
15 16 17 |
# File 'tmpsets/set_pattern/100-all.rb', line 15 def follow_label name 'everything' end |
.label(name) ⇒ Object
~~~~~~~~~~~ above autogenerated; below pulled from /Users/ethan/dev/wagn/gem/card/mod/01_core/set_pattern/01_all.rb ~~~~~~~~~~~
7 8 9 |
# File 'tmpsets/set_pattern/100-all.rb', line 7 def label name 'All cards' end |
.prototype_args(anchor) ⇒ Object
11 12 13 |
# File 'tmpsets/set_pattern/100-all.rb', line 11 def prototype_args anchor {} end |