Flowdock
method

filename_to_label

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: File
filename_to_label() public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File lib/rdoc/generator.rb, line 705
    def filename_to_label
      @context.file_relative_name.gsub(/%|\/|\?|\#/) do
        ('%%%x' % $&[0]).unpack('C')
      end
    end
Register or log in to add new notes.