Sha256: 42bf0559a4885cf31d7959adfbafbbc32385a2314a51cafd2dacd47dd056baeb
Contents?: true
Size: 361 Bytes
Versions: 23
Compression:
Stored size: 361 Bytes
Contents
# -*- encoding : utf-8 -*- # X+*followers provides a list of all users following X. include_set Abstract::Pointer format :html do 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
Version data entries
23 entries across 23 versions & 2 rubygems
Version | Path |
---|---|
card-1.99.4 | mod/follow/set/right/followers.rb |
card-1.99.3 | mod/follow/set/right/followers.rb |
card-1.99.2 | mod/follow/set/right/followers.rb |