Sha256: d60d41ea3a78285f5013f71876a56371c101439b142981785fc328ff14acaad9

Contents?: true

Size: 185 Bytes

Versions: 15

Compression:

Stored size: 185 Bytes

Contents

module Rack::PerftoolsProfiler

  class CallAppDirectly < Action
    
    def act
      @result = @middleware.call_app(@env)
    end

    def response
      @result
    end

  end

end

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
rack-perftools_profiler-0.6.1 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.6.0 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.5.1 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.5.0 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.4.1 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.4.0 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.3.0 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.2.1 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.2.0 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.1.1 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.1.0 lib/rack/perftools_profiler/call_app_directly.rb
aleksi-rack-perftools_profiler-0.0.4 lib/rack/perftools_profiler/call_app_directly.rb
aleksi-rack-perftools_profiler-0.0.3 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.0.2 lib/rack/perftools_profiler/call_app_directly.rb
rack-perftools_profiler-0.0.1 lib/rack/perftools_profiler/call_app_directly.rb