class Rack::MockResponse

Public Instance Methods

async?() click to toggle source
# File lib/sinatra/async/test.rb, line 5
def async?
  self.status == -1
end