method
=~
=~(other)
public
Hide source
# File activesupport/lib/active_support/multibyte/chars.rb, line 239 def =~(other) @wrapped_string =~ other end


