===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
ruby-state-machines-0.5.0/lib/state_machines/machine.rb-1729-    # can happen when no transition is available, a +before+ callback halts
ruby-state-machines-0.5.0/lib/state_machines/machine.rb:1730:    # execution, or the action associated with this machine fails to succeed.
ruby-state-machines-0.5.0/lib/state_machines/machine.rb-1731-    # In any of these cases, any failure callback that matches the attempted
##############################################
ruby-state-machines-0.5.0/lib/state_machines/transition.rb-284-      # Runs a block that may get paused.  If the block doesn't pause, then
ruby-state-machines-0.5.0/lib/state_machines/transition.rb:285:      # execution will continue as normal.  If the block gets paused, then it
ruby-state-machines-0.5.0/lib/state_machines/transition.rb-286-      # will take care of switching the execution context when it's resumed.