module LogConnectionName::AbstractAdapter::ConnectionName::MonkeyPatch
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
# File lib/log_connection_name.rb, line 40 def initialize(*args) super @instrumenter = InstrumenterDecorator.new(self, @instrumenter) end