Skip to content

Commit 60bb320

Browse files
BurdetteLamarnobu
authored andcommitted
Remove (newly unneeded) remarks about aliases
1 parent a7561f4 commit 60bb320

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

ext/stringio/stringio.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -685,8 +685,6 @@ strio_to_read(VALUE self)
685685
* see {Position}[rdoc-ref:File@Position].
686686
*
687687
* Raises IOError if the stream is not opened for reading.
688-
*
689-
* StreamIO#eof is an alias for StreamIO#eof?.
690688
*/
691689
static VALUE
692690
strio_eof(VALUE self)
@@ -808,8 +806,6 @@ strio_reopen(int argc, VALUE *argv, VALUE self)
808806
*
809807
* Returns the current position (in bytes);
810808
* see {Position}[rdoc-ref:IO@Position].
811-
*
812-
* StringIO#tell is an alias for StringIO#pos.
813809
*/
814810
static VALUE
815811
strio_get_pos(VALUE self)
@@ -1420,8 +1416,6 @@ strio_readline(int argc, VALUE *argv, VALUE self)
14201416
* does nothing if already at end-of-file;
14211417
* returns +self+.
14221418
* See {Line IO}[rdoc-ref:IO@Line+IO].
1423-
*
1424-
* StringIO#each is an alias for StringIO#each_line.
14251419
*/
14261420
static VALUE
14271421
strio_each(int argc, VALUE *argv, VALUE self)

0 commit comments

Comments
 (0)