# File lib/merb-core/test/test_ext/string.rb, line 2 2: def contain?(value) 3: self.include?(value) 4: end
# File lib/merb-core/test/test_ext/string.rb, line 8 8: def match?(regex) 9: self.match(regex) 10: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.