Flowdock
method

fix

Importance_0
v1_9_3_125 - Show latest stable - 0 notes - Class: TestTask
fix() 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 140
    def fix # :nodoc:
      case ruby_version
      when '1.8.2'
        "\"#{find_file 'rake/ruby182_test_unit_fix'}\""
      else
        nil
      end || ''
    end
Register or log in to add new notes.