lib/finite_machine/threadable.rb in finite_machine-0.11.1 vs lib/finite_machine/threadable.rb in finite_machine-0.11.2
- old
+ new
@@ -2,10 +2,9 @@
module FiniteMachine
# A mixin to allow instance methods to be synchronized
module Threadable
module InstanceMethods
-
# Exclusive lock
#
# @return [nil]
#
# @api public