module Rack::Test
Constants
- DEFAULT_HOST
- MULTIPART_BOUNDARY
- VERSION
Public Class Methods
encoding_aware_strings?()
click to toggle source
# File lib/rack/test.rb, line 315 def self.encoding_aware_strings? defined?(Encoding) && ''.respond_to?(:encode) end