# File lib/new_relic/agent/event_buffer.rb, line 48
      def <<(x)
        append(x)
        self # return self for method chaining
      end