class Rack::AllocationStats::CallAppDirectly

Public Instance Methods

act() click to toggle source
# File lib/rack/allocation_stats/call_app_directly.rb, line 6
def act
  @result = @middleware.call_app(@env)
end
response() click to toggle source
# File lib/rack/allocation_stats/call_app_directly.rb, line 10
def response
  @result
end