Class: MockInclude
- Inherits:
-
UserInclude
- Object
- Include
- UserInclude
- MockInclude
- Defined in:
- lib/ceedling/includes/includes.rb
Overview
MockInclude generates #include "
Instance Attribute Summary
Attributes inherited from Include
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
330 331 332 |
# File 'lib/ceedling/includes/includes.rb', line 330 def to_s() "#include \"#{filepath}\"" end |