Class: SystemInclude

Inherits:
Include show all
Defined in:
lib/ceedling/includes/includes.rb

Overview

SystemInclude generates #include <header.h> (with brackets)

Instance Attribute Summary

Attributes inherited from Include

#filename, #filepath, #path

Instance Method Summary collapse

Methods inherited from Include

#!~, #==, #=~, #hash, #include, #initialize, #to_str

Constructor Details

This class inherits a constructor from Include

Instance Method Details

#to_sObject



338
339
340
# File 'lib/ceedling/includes/includes.rb', line 338

def to_s()
  "#include <#{include}>"
end