method

convert_encoded_instructions

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

Method not available on this version

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

convert_encoded_instructions(filename)
protected

Filenames in the encoded form are converted. If you have a file:

%file_name%.rb

It calls #file_name from the base and replaces %-string with the return value (should be String) of #file_name:

user.rb

The method referenced can be either public or private.