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