# File lib/rack/test.rb, line 287 def self.encoding_aware_strings? defined?(Encoding) && "".respond_to?(:encode) end