Class: WebRobots::RobotsTxt::AllowLine

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)


722
723
724
# File 'lib/webrobots/robotstxt.rb', line 722

def allow?
  true
end