Method deprecated or moved
This method is deprecated or moved on the latest stable version.
The last existing version (v2_2_9) is shown here.
new(input_file_name, include_path)
public
Creates a new
pre-processor for input_file_name that will look for included
files in include_path
# File lib/rdoc/markup/pre_process.rb, line 77
def initialize(input_file_name, include_path)
@input_file_name = input_file_name
@include_path = include_path
@options = nil
end