Added support for Ruby bang methods. Bang methods end in exclamation points and indicate that the object being worked on will be modified in-place as opposed to being copied.
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8441 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
46bb25e661
commit
924a56a1aa
3 changed files with 13 additions and 1 deletions
|
|
@ -3,4 +3,5 @@
|
|||
#define %markfunc %feature("markfunc")
|
||||
#define %mixin %feature("mixin")
|
||||
#define %predicate %feature("predicate", "1")
|
||||
#define %bang %feature("bang", "1")
|
||||
#define %trackobjects %feature("trackobjects")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue