lib/celluloid/probe.rb in celluloid-essentials-0.20.0.pre14 vs lib/celluloid/probe.rb in celluloid-essentials-0.20.0.pre15
- old
+ new
@@ -1,14 +1,14 @@
-require 'celluloid'
+require "celluloid"
$CELLULOID_MONITORING = true
module Celluloid
class Probe
include Celluloid
include Celluloid::Notifications
- NOTIFICATIONS_TOPIC_BASE = 'celluloid.events.%s'
+ NOTIFICATIONS_TOPIC_BASE = "celluloid.events.%s"
EVENTS_BUFFER = Queue.new
class << self
def run
# spawn the actor if not found