# File lib/merb-core/test/matchers/view_matchers.rb, line 263 def content_message case @content when String "include \"#{@content}\"" when Regexp "match #{@content.inspect}" end end