method

include?

include?(other)
public

Returns true if contained string contains other. Returns false otherwise.

Example:

'Café'.mb_chars.include?('é') # => true