From 1a4a4ed2f3c057061fe8124ac075b18ae59e0cea Mon Sep 17 00:00:00 2001 From: Charlie Savage Date: Sun, 15 Jan 2006 00:49:54 +0000 Subject: [PATCH] Changed rename check for constants to use %hasconsttype git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@8444 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/ruby.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/ruby/ruby.swg b/Lib/ruby/ruby.swg index 5ad5adcf1..7a052b82f 100644 --- a/Lib/ruby/ruby.swg +++ b/Lib/ruby/ruby.swg @@ -12,7 +12,7 @@ %rename("%(camelcase)s", %isclass) ""; /* Constants are UPPER_CASE */ -%rename("%(uppercase)s",%isvariable,%isimmutable) ""; +%rename("%(uppercase)s",%hasconsttype) ""; %rename("%(uppercase)s", %isconstant) ""; /* Method names should be changed so that they are