Flowdock
method

find_latest_files

Importance_1
v2_6_3 - Show latest stable - 0 notes - Class: Gem
find_latest_files(glob, check_load_path=true) public

Returns a list of paths matching glob from the latest gems that can be used by a gem to pick up features from other gems. For example:

Gem.find_latest_files('rdoc/discover').each do |path| load path end

if check_load_path is true (the default), then find_latest_files also searches $LOAD_PATH for files as well as gems.

Unlike find_files, find_latest_files will return only files from the latest version of a gem.

Show source
Register or log in to add new notes.