class AASM::Core::Invokers::LiteralInvoker

def subject_arity

def subject_arity
  @arity ||= record.__send__(:method, subject.to_sym).arity
end