There's no documentation for this item.
# File rake/testtask.rb, line 152 def find_file(fn) # :nodoc: $LOAD_PATH.each do |path| file_path = File.join(path, "#{fn}.rb") return file_path if File.exist? file_path end nil end
<code/>
<pre/>
<code/>and<pre/>for code samples.