class AASM::Core::Invokers::ClassInvoker

def may_invoke?

def may_invoke?
  subject.is_a?(Class) && subject.instance_methods.include?(:call)
end