# File lib/merb-core/test/test_ext/string.rb, line 2
def
contain?
(
value
)
self
.
include?
(
value
)
end