Method: CGenerator::Library#loadlib
- Defined in:
- lib/cgen/cgen.rb
#loadlib ⇒ Object
1047 1048 1049 1050 1051 |
# File 'lib/cgen/cgen.rb', line 1047 def loadlib require File.join(".", @name, @name) rescue ScriptError, StandardError => e raise e.class, "\nCgen: problem loading library:\n" + e. end |