Flowdock
method

run_code

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: TestTask
run_code() 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 153
    def run_code
      case @loader
      when :direct
        "-e \"ARGV.each{|f| require f}\""
      when :testrb
        "-S testrb #{fix}"
      when :rake
        "-I\"#{rake_lib_dir}\" \"#{rake_loader}\""
      end
    end
Register or log in to add new notes.