Flowdock
method

setup_options

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: LoadPathOption
setup_options(parser, options) public

No documentation

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

Hide source
# File lib/test/unit.rb, line 177
      def setup_options(parser, options)
        super
        parser.on '-Idirectory', 'Add library load path' do |dirs|
          dirs.split(':').each { |d| $LOAD_PATH.unshift d }
        end
      end
Register or log in to add new notes.