summaryrefslogtreecommitdiff
path: root/trunk/Lib/ruby/std_string.i
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/Lib/ruby/std_string.i')
-rw-r--r--trunk/Lib/ruby/std_string.i9
1 files changed, 9 insertions, 0 deletions
diff --git a/trunk/Lib/ruby/std_string.i b/trunk/Lib/ruby/std_string.i
new file mode 100644
index 000000000..cac4324f0
--- /dev/null
+++ b/trunk/Lib/ruby/std_string.i
@@ -0,0 +1,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>
+