class AASM::Core::Invokers::ClassInvoker

def subject_arity

def subject_arity
  @arity ||= subject.instance_method(:initialize).arity
end