class

OpenGLBindingGenerator::File

Inherits Reference < Object

Represents a file that will be created. Sub-classes need to override #to_s to produce the contents.

Instance methods

write(base_path)

Writes the file out to a file in the specified directory.

Source