Parent

Class/Module Index [+]

Quicksearch

String

Public Instance Methods

contain?(value) click to toggle source
# File lib/merb-core/test/test_ext/string.rb, line 2
def contain?(value)
  self.include?(value)
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
def match?(regex)
  self.match(regex)
end
Also aliased as: matches?
matches?(regex) click to toggle source
Alias for: match?

[Validate]

Generated with the Darkfish Rdoc Generator 2.