method

filename_to_label

ruby latest stable - Class: RDoc::Generator::File

Method deprecated or moved

This method is deprecated or moved on the latest stable version. The last existing version (v1_9_1_378) is shown here.

filename_to_label()
public

No documentation available.

# File lib/rdoc/generator.rb, line 705
    def filename_to_label
      @context.file_relative_name.gsub(/%|\/|\?|\#/) do
        ('%%%x' % $&[0]).unpack('C')
      end
    end