Sha256: 20523763dc1c3f6ccd86eb21210393894ac04017cf7fcb2e85738f13f8d1531c

Contents?: true

Size: 271 Bytes

Versions: 40

Compression:

Stored size: 271 Bytes

Contents

def label name
  %(All "#{name}" cards)
end

def prototype_args anchor
  { type: anchor }
end

def pattern_applies? card
  !!card.type_id
end

def anchor_name card
  card.type_name
end

def anchor_id card
  card.type_id
end

def follow_label name
  %(all "#{name}s")
end

Version data entries

40 entries across 40 versions & 1 rubygems

Version Path
card-1.94.1 mod/core/set_pattern/03_type.rb
card-1.94.0 mod/core/set_pattern/03_type.rb
card-1.93.13 mod/core/set_pattern/03_type.rb
card-1.93.12 mod/core/set_pattern/03_type.rb
card-1.93.11 mod/core/set_pattern/03_type.rb
card-1.93.10 mod/core/set_pattern/03_type.rb
card-1.93.9 mod/core/set_pattern/03_type.rb
card-1.93.8 mod/core/set_pattern/03_type.rb
card-1.93.7 mod/core/set_pattern/03_type.rb
card-1.93.6 mod/core/set_pattern/03_type.rb
card-1.93.5 mod/core/set_pattern/03_type.rb
card-1.93.4 mod/core/set_pattern/03_type.rb
card-1.93.3 mod/core/set_pattern/03_type.rb
card-1.93.2 mod/core/set_pattern/03_type.rb
card-1.93.1 mod/core/set_pattern/03_type.rb
card-1.93.0 mod/core/set_pattern/03_type.rb
card-1.92.2 mod/core/set_pattern/03_type.rb
card-1.92.1 mod/core/set_pattern/03_type.rb
card-1.92 mod/core/set_pattern/03_type.rb
card-1.91 mod/core/set_pattern/03_type.rb