Class: UserInclude
Overview
UserInclude generates #include "header.h" (with quotes)
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from Include
#filename, #filepath, #include_path, #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_s ⇒ Object
377 378 379 |
# File 'lib/ceedling/includes/includes.rb', line 377 def to_s() "#include \"#{include}\"" end |