Method: Rack::MockResponse#match

Defined in:
lib/rack/mock_response.rb

#match(other) ⇒ Object



67
68
69
# File 'lib/rack/mock_response.rb', line 67

def match(other)
  body.match other
end