| Class FileFinder |
|
FileFinder: class used as a callback by preprocessor to locate include files.
| Methods |
| Public Class methods |
| new(installed) |
# File newfile.rb, line 232 def initialize(installed) @installed = installed end
| Public Instance methods |
| findFile(fn) |
# File newfile.rb, line 235 def findFile(fn) return @installed[fn] end