Module: RgGen::CHeader::Utility

Includes:
Core::Utility::CodeUtility
Included in:
Feature
Defined in:
lib/rggen/c_header/utility.rb,
lib/rggen/c_header/utility/declaration.rb,
lib/rggen/c_header/utility/struct_definition.rb

Defined Under Namespace

Classes: Declaration, StructDefinition

Instance Method Summary collapse

Instance Method Details

#create_blank_file(path) ⇒ Object



8
9
10
# File 'lib/rggen/c_header/utility.rb', line 8

def create_blank_file(path)
  SourceFile.new(path)
end