class AASM::Core::Invokers::ProcInvoker

def may_invoke?

def may_invoke?
  subject.is_a?(Proc)
end