Module: LatestVersion::Completion
- Defined in:
- lib/latest_version/completion.rb
Defined Under Namespace
Classes: Install
Constant Summary collapse
- SOURCE_DIR =
File.('../../completions', __dir__)
- SUPPORTED =
Dir[File.join(SOURCE_DIR, 'latest_version.*')].sort.each_with_object({}) do |path, result| result.merge!(File.extname(path)[1..-1] => path) end