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

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require_relative 'threadable' +require_relative "threadable" module FiniteMachine # Holds references to targets and aliases # # @api public