Added the -globalmodule command-line option for the Ruby module, which

allows the user to wrap all classes, methods and constants directly into
the global module (i.e. the Kernel module) instead of a named, nested
module.


git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4706 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Logan Johnson 2003-04-25 16:03:50 +00:00
commit efd8f86d89
4 changed files with 27 additions and 9 deletions

2
TODO
View file

@ -279,7 +279,7 @@ Ruby
* Add some special directives to automatically rename declarations to
or from CamelCase.
* Consider adding a switch to define everything in the global (Kernel)
[DONE] Consider adding a switch to define everything in the global (Kernel)
module instead of nested in a user-defined module, but only if
it comes up.