We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3562c34 commit 481a9c1Copy full SHA for 481a9c1
ext/stringio/stringio.c
@@ -2056,10 +2056,9 @@ strio_external_encoding(VALUE self)
2056
2057
/*
2058
* call-seq:
2059
- * strio.internal_encoding => encoding
+ * internal_encoding -> nil
2060
*
2061
- * Returns the Encoding of the internal string if conversion is
2062
- * specified. Otherwise returns +nil+.
+ * Returns +nil+; for compatibility with IO.
2063
*/
2064
2065
static VALUE
0 commit comments