Parent

Class Index [+]

Quicksearch

String

Public Instance Methods

contain?(value) click to toggle source
   # File lib/merb-core/test/test_ext/string.rb, line 2
2:   def contain?(value)
3:     self.include?(value)
4:   end
Also aliased as: contains?
contains?(value) click to toggle source
Alias for: contain?
match?(regex) click to toggle source
    # File lib/merb-core/test/test_ext/string.rb, line 8
 8:   def match?(regex)
 9:     self.match(regex)
10:   end
Also aliased as: matches?
matches?(regex) click to toggle source
Alias for: match?

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.