Sha256: f1ba9f74cd3a5be0605875238e02a98f7fc66ffcbcae9cf3a757009a9096549e

Contents?: true

Size: 486 Bytes

Versions: 8

Compression:

Stored size: 486 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Self
# Set: The card "Always"
#
module Always;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/self/always.rb"; end
include_set Abstract::FollowOption

follow_opts position: 2

follow_test { |_follower_id, _accounted_ids| true }

def title
  "Following"
end

def label
  "follow"
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/self/always.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
card-1.101.7 tmpsets/set/mod026-card-mod-follow/self/always.rb
card-1.101.6 tmpsets/set/mod026-card-mod-follow/self/always.rb
card-1.101.5 tmpsets/set/mod025-card-mod-follow/self/always.rb
card-1.101.4 tmpsets/set/mod025-card-mod-follow/self/always.rb
card-1.101.3 tmpsets/set/mod025-card-mod-follow/self/always.rb
card-1.101.2 tmpsets/set/mod025-card-mod-follow/self/always.rb
card-1.101.1 tmpsets/set/mod025-card-mod-follow/self/always.rb
card-1.101.0 tmpsets/set/mod025-card-mod-follow/self/always.rb