WebRobots::RobotsTxt::Line
# File lib/webrobots/robotstxt.rb, line 734 def compile case @value when /\A((0|[1-9][0-9]*)\.[0-9]+)/ @delay = @value.to_f when /\A(0|[1-9][0-9]*)/ @delay = @value.to_i else @delay = nil end self end
[Validate]
Generated with the Darkfish Rdoc Generator 2.