lib/umwelt/history/trace.rb in umwelt-0.1.1 vs lib/umwelt/history/trace.rb in umwelt-0.2

- old
+ new

@@ -1,10 +1,8 @@ # frozen_string_literal: true module Umwelt::History - class Trace - include Hanami::Interactor - + class Trace < Umwelt::Abstract::Interactor expose :continuity def initialize @queue = Queue.new # for phases @phases_index = {}