fix ruby kw warnings, all can be methods
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8760 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
404abfaa11
commit
473215225d
2 changed files with 42 additions and 34 deletions
|
|
@ -82,6 +82,16 @@ public:
|
|||
{
|
||||
return true;
|
||||
}
|
||||
int begin()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
int end()
|
||||
{
|
||||
return 1;
|
||||
}
|
||||
|
||||
};
|
||||
|
||||
%}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue