BasicObject
This method is the one you use with should/should_not
# File lib/rwebspec-common/matchers/contains_text.rb, line 34 def contains_text?(expected) ContainsText.new(expected) end