module NetHTTPWithMiniProfiler
Public Instance Methods
Source
# File lib/patches/net_patches.rb, line 7 def request(request, *args, &block) Rack::MiniProfiler.step("Net::HTTP #{request.method} #{request.path}") do super end end
Calls superclass method