# File lib/backports/1.9.1/string.rb, line 11
def
ascii_only?
!
(
self
=~
/[^\x00-\x7f]/
)
end