From fd964ef50c9a924dff235bf149a48a055cb88e88 Mon Sep 17 00:00:00 2001 From: Gonzalo Garramuno Date: Tue, 1 May 2007 10:00:14 +0000 Subject: [PATCH] std::set is now Enumerable once again. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9741 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/ruby/std_set.i | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/ruby/std_set.i b/Lib/ruby/std_set.i index 793172b32..0e79b488c 100644 --- a/Lib/ruby/std_set.i +++ b/Lib/ruby/std_set.i @@ -59,12 +59,12 @@ #if defined(SWIG_RUBY_AUTORENAME) -// %mixin std::set "Enumerable"; + %mixin std::set "Enumerable"; %rename("empty?") std::set::empty; #else -// %mixin std::set "Enumerable"; + %mixin std::set "Enumerable"; %rename("empty?") std::set::empty; #endif