%module template_arg_replace %warnfilter(SWIGWARN_RUBY_WRONG_NAME) Matrix; /* Ruby, wrong class name */ %inline %{ template class Matrix { public: void Func(const Matrix &m) { }; }; %} %template (matrix33f) Matrix;