1. OptionParser::
  2. CompletingHash

class OptionParser::CompletingHash

Hash with completion search feature. SeeOptionParser::Completion.

Public Instance Methods

Source
# File lib/optparse.rb, line 1009defmatch(key)*values =fetch(key) {raiseAmbiguousArgument,catch(:ambiguous) {returncomplete(key)}  }returnkey,*valuesend

Completion for hash key.