Method not available on this version
This method is only available on newer versions.
The first available version (v2_6_3) is shown here.
source_paths()
public
Holds source paths in instance so they can be manipulated.
# File lib/bundler/vendor/thor/lib/thor/actions.rb, line 126
def source_paths
@source_paths ||= self.class.source_paths_for_search
end