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