Module: OptionParser::Completion
- Defined in:
- lib/tungsten/common.rb
Instance Method Summary collapse
Instance Method Details
#complete(key, icase = false, pat = nil) ⇒ Object
80 81 |
# File 'lib/tungsten/common.rb', line 80 def complete(key, icase = false, pat = nil) end |
#convert(opt = nil, val = nil) ⇒ Object
83 84 85 |
# File 'lib/tungsten/common.rb', line 83 def convert(opt = nil, val = nil, *) val end |