Sha256: 67d0229c58165c02366d9f06cfb63940018883d1d54f9f9d38df72e8226b00c8

Contents?: true

Size: 553 Bytes

Versions: 9

Compression:

Stored size: 553 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Type
# Set: All "Cardtype" cards
#
module Cardtype;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card/mod/follow/set/type/cardtype.rb"; end
def follow_label
  follow_set_card.follow_label
end

def followed_by? user_id=nil
  follow_set_card.all_members_followed_by? user_id
end

def follow_set_card
  Card.fetch name, :type
end

def list_direct_followers?
  true
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card/mod/follow/set/type/cardtype.rb ~~

Version data entries

9 entries across 9 versions & 1 rubygems

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