Class: WebRobots::RobotsTxt::DisallowLine

Inherits:
AccessControlLine show all
Defined in:
lib/webrobots/robotstxt.rb

Instance Attribute Summary

Attributes inherited from Line

#token, #value

Instance Method Summary collapse

Methods inherited from AccessControlLine

#compile, #match?

Methods inherited from Line

#compile, #initialize

Constructor Details

This class inherits a constructor from WebRobots::RobotsTxt::Line

Instance Method Details

#allow?Boolean

Returns:

  • (Boolean)


728
729
730
# File 'lib/webrobots/robotstxt.rb', line 728

def allow?
  false
end