A file included at generation time. Objects of this class are created by RDoc::RD for an extension-less include.

This implementation in incomplete.

Methods
N
Attributes
[R] file

The filename to be included, without extension

[R] include_path

Directories to search for file

Class Public methods
new(file, include_path)

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