Sha256: 6049a18c0bf6969ff27ec76e751adb4f74cc092c86f9251ffbb91899d98df84d

Contents?: true

Size: 805 Bytes

Versions: 8

Compression:

Stored size: 805 Bytes

Contents

# -*- encoding : utf-8 -*-
class Card; module Set; class Right
# Set: All "+Followers" cards
#
# -*- encoding : utf-8 -*-

module Followers;
extend Card::Set
def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/right/followers.rb"; end
# X+*followers provides a list of all users following X.

include_set Abstract::Pointer

module HtmlFormat; module_parent.send :register_set_format, Card::Format::HtmlFormat, self; extend Card::Set::AbstractFormat
  view :core, cache: :never do
    super()
  end
end

def content
  left ? item_names.to_pointer_content : ""
end

def item_names _args={}
  left ? left.follow_set_card.prototype.follower_names : []
end

def virtual?
  new?
end
end;end;end;end;
# ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/right/followers.rb ~~

Version data entries

8 entries across 8 versions & 1 rubygems

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