Flowdock
method

rake_lib_dir

Importance_0
v1_9_3_392 - Show latest stable - 0 notes - Class: TestTask
rake_lib_dir() 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 177
    def rake_lib_dir # :nodoc:
      find_dir('rake') or
        fail "unable to find rake lib"
    end
Register or log in to add new notes.