Method: CGenerator::Library#include_file
- Defined in:
- lib/cgen/cgen.rb
#include_file ⇒ Object (readonly)
Returns the template for the main include file of the library. Usually, there is no need to access this directly.
580 581 582 |
# File 'lib/cgen/cgen.rb', line 580 def include_file @include_file end |