Flowdock
method

candidate

Importance_0
candidate(key, icase = false, pat = nil) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/optparse.rb, line 428
    def candidate(key, icase = false, pat = nil)
      Completion.candidate(key, icase, pat, &method(:each))
    end
Register or log in to add new notes.