Method: CTypes::Importers::CastXML::Loader#load

Defined in:
lib/ctypes/importers/castxml/loader.rb

#loadObject



21
22
23
24
# File 'lib/ctypes/importers/castxml/loader.rb', line 21

def load
  m = Module.new
  load_into(m)
end