Method: SourceFinder::OptionParser#add_options
- Defined in:
- lib/source_finder/option_parser.rb
#add_options(opts, options) ⇒ Object
35 36 37 38 |
# File 'lib/source_finder/option_parser.rb', line 35 def (opts, ) add_glob_option(opts, ) add_exclude_glob_option(opts, ) end |