Sha256: a357a4de94438e015bf3a5b1b279c3f2c44c63bcc3589a751eceda76eb238158

Contents?: true

Size: 523 Bytes

Versions: 1

Compression:

Stored size: 523 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/ezl5238/dev/decko/gem/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/ezl5238/dev/decko/gem/mod/follow/set/all/follow/start_follow_link.rb ~~

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
card-1.102.0 tmpsets/set/mod026-follow/all/follow/start_follow_link.rb