class UserAgent::Browsers::Base

def detect_comment_match(regexp)

def detect_comment_match(regexp)
  comment_match = nil
  detect { |useragent| useragent.detect_comment { |c| comment_match = c.match(regexp) } }
  comment_match
end