module UserAgent::Browsers::All

def detect_comment(comment)

def detect_comment(comment)
  detect { |useragent| useragent.comment && useragent.comment.include?(comment) }
end