Method: Bashly::Libraries::CompletionsFunction#files
- Defined in:
- lib/bashly/libraries/completions/completions_function.rb
#files ⇒ Object
4 5 6 7 8 9 10 11 |
# File 'lib/bashly/libraries/completions/completions_function.rb', line 4 def files [ { path: "#{Settings.full_lib_dir}/#{function_name}.#{Settings.partials_extension}", content: completions_function_code(function_name), }, ] end |