WebRobots::RobotsTxt::Line
# File lib/webrobots/robotstxt.rb, line 674 def compile if @value == '*' @pattern = // else @pattern = Regexp.new(Regexp.quote(@value), Regexp::IGNORECASE) end self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.