class Rack::MockResponse

def =~(other)

def =~(other)
  body =~ other
end