method
initialize_thorfiles
v2_6_3 -
Show latest stable
- Class:
Bundler::Thor::Runner
initialize_thorfiles(relevant_to = nil, skip_lookup = false)private
Load the Bundler::Thorfiles. If relevant_to is supplied, looks for specific files in the thor_root instead of loading them all.
By default, it also traverses the current path until find Bundler::Thor files, as described in thorfiles. This look up can be skipped by supplying skip_lookup true.