lib/contextr/event_machine.rb in contextr-0.1.0 vs lib/contextr/event_machine.rb in contextr-0.1.1
- old
+ new
@@ -1,6 +1,6 @@
module ContextR
- class EventMachine
+ class EventMachine # :nodoc: all
module ClassMethods
include UniqueId
def listeners
@listeners ||= { :method_added => {} }