# File lib/new_relic/agent/instrumentation/active_record_subscriber.rb, line 16
        def initialize
          # We cache this in an instance variable to avoid re-calling method
          # on each query.
          @explainer = method(:get_explain_plan)
          super
        end