Class MyAgent
In: linkbot.rb
Parent: Object

$DEBUG = true

Methods

Public Class methods

Public Instance methods

Match input against each regexp pattern in @patterns; if there‘s a match, call the method associated with the pattern.

If this file has a ’.’ + a number before the ’.rb’ extension (i.e. foo.0.rb), increment the number (i.e. return foo.1.rb). Otherwise return the name of this file unchanged.

Strips delimiters.

[Validate]