Class: Card::Set::Star

Inherits:
Pattern::Abstract show all
Defined in:
tmpsets/set_pattern/103-star.rb

Overview

Set Pattern: Star

Class Method Summary collapse

Methods inherited from Pattern::Abstract

#anchor_codenames, #anchor_parts, #anchor_parts_count, anchorless?, #find_anchor_id, #format_module_list, #initialize, #inspect, junction_only?, #lookup_module_list, module_key, #module_key, #module_list, new, pattern, #pattern, register, #rule_set_key, #safe_key, #to_s

Constructor Details

This class inherits a constructor from Card::Set::Pattern::Abstract

Class Method Details

.label(_name) ⇒ Object



7
8
9
# File 'tmpsets/set_pattern/103-star.rb', line 7

def label _name
  'All "*" cards'
end

.pattern_applies?(card) ⇒ Boolean

Returns:

  • (Boolean)


19
20
21
# File 'tmpsets/set_pattern/103-star.rb', line 19

def pattern_applies? card
  card.name.star?
end

.prototype_args(_anchor) ⇒ Object



15
16
17
# File 'tmpsets/set_pattern/103-star.rb', line 15

def prototype_args _anchor
  { name: "*dummy" }
end

.short_label(_name) ⇒ Object



11
12
13
# File 'tmpsets/set_pattern/103-star.rb', line 11

def short_label _name
  'all "*" cards'
end