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(file, include_path)
public
Creates a new include
that will import file from include_path
# File lib/rdoc/markup/include.rb, line 22
def initialize file, include_path
@file = file
@include_path = include_path
end