lib/eventbuffer.rb in rb-trace-0.5 vs lib/eventbuffer.rb in rb-trace-0.6
- old
+ new
@@ -1,4 +1,5 @@
+# Copyright (C) 2011 Rocky Bernstein <rockyb@rubyforge.net>
module Trace
class EventBuffer
EventStruct = Struct.new(:event, :arg, :type, :thread, :method,
:source_container, :source_location,