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