lib/startback/event/agent.rb in startback-0.12.3 vs lib/startback/event/agent.rb in startback-0.13.0

- old
+ new

@@ -74,10 +74,10 @@ def with_context(context) dup.tap{|a| a.send(:context=, context) } end def operation_world(op) - super(op).merge(context: ctx) + super(op).merge(context: context) end end # class Agent end # class Event end # module Starback