# File lib/new_relic/agent/chained_call.rb, line 13
  def call(sql)
    sql = @block1.call(sql)
    @block2.call(sql)
  end