Sha256: df44faed401cd90496ba6f76c38424946904685d214335ac86a0d4b8aa756b0f
Contents?: true
Size: 529 Bytes
Versions: 8
Compression:
Stored size: 529 Bytes
Contents
# -*- encoding : utf-8 -*- class Card; module Set; class All # Set: All cards (Follow) # #! no set module module Follow; def self.source_location; "/Users/ethan/dev/decko/gem/card-mod-follow/set/all/follow/start_follow_link.rb"; end class StartFollowLink < FollowLink def initialize format @rule_content = "*always" @link_text = "follow" @action = "send" @css_class = "" super end end end;end;end;end; # ~~ generated from /Users/ethan/dev/decko/gem/card-mod-follow/set/all/follow/start_follow_link.rb ~~
Version data entries
8 entries across 8 versions & 1 rubygems