method

convert_encoded_instructions

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.