Source: show | on GitHub
# File activesupport/test/multibyte_proxy_test.rb, line 8 def initialize(string) @wrapped_string = string.gsub(/[^\u0000-\u007F]/, '?') end