We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a126fe2 commit 5eeb61dCopy full SHA for 5eeb61d
1 file changed
ext/stringio/stringio.c
@@ -2071,10 +2071,9 @@ strio_external_encoding(VALUE self)
2071
2072
/*
2073
* call-seq:
2074
- * strio.internal_encoding => encoding
+ * internal_encoding -> nil
2075
*
2076
- * Returns the Encoding of the internal string if conversion is
2077
- * specified. Otherwise returns +nil+.
+ * Returns +nil+; for compatibility with IO.
2078
*/
2079
2080
static VALUE
0 commit comments