module Cassie::Statements::Results::Instrumentation
Protected Instance Methods
records()
click to toggle source
Calls superclass method
# File lib/cassie/statements/execution/results/instrumentation.rb, line 6 def records Cassie.instrumenter.instrument("cassie.deserialize") do |payload| records = super payload[:count] = records.count if records.respond_to?(:count) records end end