# File lib/webrobots/robotstxt.rb, line 636 def match?(user_agent) @patterns.any? { |pattern| pattern.match(user_agent) } end