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