# File lib/webrobots/robotstxt.rb, line 646 def allow?(request_uri) @acls.each { |acl| if acl.match?(request_uri) return acl.allow? end } return true end