swig/Examples/GIFPlot/Ruby/shadow
2008-11-26 21:35:15 +00:00
..
cmap Ruby examples added. 2000-09-18 13:26:04 +00:00
Makefile modify test-suite (barring python atm) to not rely on the -I path to find the input .i file - removes the new warning 125 and sets up the test-suite for testing with ccache. This change required the use of -outcurrentdir and moving the .i files from the language subdirectories to the directory above along with some .i file name changes. 2008-11-26 21:35:15 +00:00
README Ruby examples added. 2000-09-18 13:26:04 +00:00
runme.rb Ruby examples added. 2000-09-18 13:26:04 +00:00

This example illustrates Ruby shadow classes. Take a look at
the file GIFPlot/Interface/gifplot.i

Actually Ruby module of SWIG needs no shadow class.  But this example
is named "shadow" in order to be consistent with other languages.