Support for the Ruby 2.3 series has ended. See here for reference.
Hash
Hash with completion search feature. See OptionParser::Completion.
Completion for hash key.
# File optparse.rb, line 898 def match(key) *values = fetch(key) { raise AmbiguousArgument, catch(:ambiguous) {return complete(key)} } return key, *values end
This page was generated for Ruby 2.3.7
Ruby-doc.org is a service of James Britt and Neurogami, an erratic source of art, music, and technology.
Generated with Ruby-doc Rdoc Generator 0.44.0.