Flowdock
method

find_files

Importance_1
Ruby latest stable (v2_5_5) - 0 notes - Class: Gem
find_files(glob, check_load_path=true) public

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

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

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

Note that find_files will return all files even if they are from different versions of the same gem. See also find_latest_files

Show source
Register or log in to add new notes.