lib/finite_machine/threadable.rb in finite_machine-0.13.0 vs lib/finite_machine/threadable.rb in finite_machine-0.14.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require_relative 'two_phase_lock' +require_relative "two_phase_lock" module FiniteMachine # A mixin to allow instance methods to be synchronized module Threadable module InstanceMethods