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)


717
718
719
# File 'lib/webrobots/robotstxt.rb', line 717

def allow?
  false
end