method

file_level_lookup

ruby latest stable - Class: Bundler::Thor::Actions::Directory

Method not available on this version

This method is only available on newer versions. The first available version (v2_6_3) is shown here.

file_level_lookup(previous_lookup)
protected

No documentation available.

# File lib/bundler/vendor/thor/lib/thor/actions/directory.rb, line 100
        def file_level_lookup(previous_lookup)
          File.join(previous_lookup, "{*,.[a-z]*}")
        end