lib/trailblazer/activity/structures.rb in trailblazer-activity-0.3.2 vs lib/trailblazer/activity/structures.rb in trailblazer-activity-0.4.o
- old
+ new
@@ -1,7 +1,6 @@
module Trailblazer
- class Activity
- # End event is just another callable task.
+ class Activity < Module # End event is just another callable task.
# Any instance of subclass of End will halt the circuit's execution when hit.
class End
def initialize(name, options={})
@name = name
@options = options