Method: Rack::MockResponse#=~

Defined in:
lib/rack/mock_response.rb

#=~(other) ⇒ Object



63
64
65
# File 'lib/rack/mock_response.rb', line 63

def =~(other)
  body =~ other
end