aboutsummaryrefslogtreecommitdiff
path: root/Lib/ruby/std_string.i
blob: cac4324f035a029a456c174f419e3c6f861c563b (plain)
1
2
3
4
5
6
7
8
9

%warnfilter(801) std::string;  // wrong class name
%warnfilter(378) std::basic_string::operator!=;


AUTODOC(substr, "Return a portion of the String");

%include <typemaps/std_string.swg>