Flowdock
method

option_list

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: TestTask
option_list() public

No documentation

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

Hide source
# File lib/rake/testtask.rb, line 105
    def option_list # :nodoc:
      (ENV['TESTOPTS'] ||
        ENV['TESTOPT'] ||
        ENV['TEST_OPTS'] ||
        ENV['TEST_OPT'] ||
        @options ||
        "")
    end
Register or log in to add new notes.