Sha256: 4e25a966cff0aca651fdf44e7cc67950465a44c62f9ff2f7d4106c0c7e26e6ee

Contents?: true

Size: 529 Bytes

Versions: 10

Compression:

Stored size: 529 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Type
# Set: All "User" cards
#
module User;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/follow/set/type/user.rb"; end
def follow follow_name, option="*always"
  return unless (follow_rule = Card.fetch(follow_name)&.follow_rule_card(name, new: {}))

  follow_rule.drop_item "*never"
  follow_rule.add_item option
  follow_rule.save!
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card/mod/follow/set/type/user.rb ~~

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
card-1.100.0 tmpsets/set/mod017-follow/type/user.rb
card-1.99.4 tmpsets/set/mod017-follow/type/user.rb
card-1.99.3 tmpsets/set/mod017-follow/type/user.rb
card-1.99.2 tmpsets/set/mod017-follow/type/user.rb
card-1.99.1 tmpsets/set/mod017-follow/type/user.rb
card-1.99.0 tmpsets/set/mod017-follow/type/user.rb
card-1.98.3 tmpsets/set/mod017-follow/type/user.rb
card-1.98.2 tmpsets/set/mod017-follow/type/user.rb
card-1.98.1 tmpsets/set/mod017-follow/type/user.rb
card-1.98.0 tmpsets/set/mod017-follow/type/user.rb