Simple class that holds the info about a source file reference.
Create a new SourceFileInfo object. file is the name of the file. line is the line in this file, col is the column number in the line.
# File lib/SourceFileInfo.rb, line 23 23: def initialize(file, line, col) 24: @fileName = file 25: @lineNo = line 26: @columnNo = col 27: end
Disabled; run with --debug to generate this.
Generated with the Darkfish Rdoc Generator 1.1.6.