method

options

v1_8_6_287 - Show latest stable - Class: Options::OptionList
options()
public

No documentation available.

# File lib/rdoc/options.rb, line 243
    def OptionList.options
      OPTION_LIST.map do |long, short, arg,|
        [ long, 
          short, 
          arg ? GetoptLong::REQUIRED_ARGUMENT : GetoptLong::NO_ARGUMENT 
        ]
      end
    end