Sha256: 95c64ba1b9a212c49547511e19f9cff04380fb8ab8cac331851e089bc970125d
Contents?: true
Size: 480 Bytes
Versions: 1
Compression:
Stored size: 480 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/follow/set/self/always.rb ~~
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
card-1.102.0 | tmpsets/set/mod026-follow/self/always.rb |