Skip to main content
CrystalDocs
Search documentation
Search
Browse Docs
CrystalShards
About
class
Codespan::Reporting::Files::SimpleFiles
Inherits
Reference
<
Object
Constructors
new
Source
Instance methods
add
(name :
String
, source :
String
) :
Int32
Source
get
(file_id :
Int
) :
SimpleFile
Source
line_index
(file_id :
Int
, byte_index :
Int
) :
Int32
Source
line_range
(file_id :
Int
, line_index :
Int
) :
Range
(
Int32
,
Int32
)
Source
location
(file_id :
Int
, byte_index :
Int
) :
Location
Source
name
(file_id :
Int
) :
String
Source
source
(file_id :
Int
) :
String
Source