In: |
optparse.rb
|
Parent: | Hash |
Hash with completion search feature. See Completion module.
OptionParser::CompletingHash#match(key)
Completion for hash key.
# File optparse.rb, line 679 def match(key) return key, *fetch(key) { raise AmbiguousArgument, catch(:ambiguous) {return complete(key)} } end