Object
# File lib/merb-core/test/test_ext/string.rb, line 2 def contain?(value) self.include?(value) end
# File lib/merb-core/test/test_ext/string.rb, line 8 def match?(regex) self.match(regex) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.