Method: Ark::CLI::Option#arity

Defined in:
lib/ark/cli/option.rb

#arityObject

Return the number of arguments this option expects



37
38
39
# File 'lib/ark/cli/option.rb', line 37

def arity()
  return @args.length
end