match(key)
Completion for hash key.
# File lib/optparse.rb, line 926 def match(key) *values = fetch(key) { raise AmbiguousArgument, catch(:ambiguous) {return complete(key)} } return key, *values end