class ActiveRecord::QueryLogs::ZeroArityHandler

:nodoc:

def call(_context)

def call(_context)
  @proc.call
end

def initialize(proc)

:nodoc:
def initialize(proc)
  @proc = proc
end