Parent

Files

Object

Public Instance Methods

request(*args, &block) click to toggle source
request_with_mini_profiler(*args, &block) click to toggle source
# File Ruby/lib/patches/net_patches.rb, line 4
def request_with_mini_profiler(*args, &block)
  request = args[0]
  Rack::MiniProfiler.step("Net::HTTP #{request.method} #{request.path}") do
    request_without_mini_profiler(*args, &block)
  end
end
Also aliased as: request
request_without_mini_profiler(*args, &block) click to toggle source
Alias for: request

[Validate]

Generated with the Darkfish Rdoc Generator 2.