# File lib/new_relic/agent/chained_call.rb, line 8
  def initialize(block1, block2)
    @block1 = block1
    @block2 = block2
  end