# File lib/webrat/selenium/matchers/have_content.rb, line 59
      def contain(content)
        HasContent.new(content)
      end