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