41 42 43 44
# File 'lib/one_apm/support/event_buffer.rb', line 41 def append(x) @seen += 1 append_event(x) end