Skip to content

Commit

Permalink
Remove (newly unneeded) remarks about aliases
Browse files Browse the repository at this point in the history
  • Loading branch information
BurdetteLamar authored and nobu committed Feb 25, 2023
1 parent a7561f4 commit 60bb320
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ext/stringio/stringio.c
Original file line number Diff line number Diff line change
Expand Up @@ -685,8 +685,6 @@ strio_to_read(VALUE self)
* see {Position}[rdoc-ref:File@Position].
*
* Raises IOError if the stream is not opened for reading.
*
* StreamIO#eof is an alias for StreamIO#eof?.
*/
static VALUE
strio_eof(VALUE self)
Expand Down Expand Up @@ -808,8 +806,6 @@ strio_reopen(int argc, VALUE *argv, VALUE self)
*
* Returns the current position (in bytes);
* see {Position}[rdoc-ref:IO@Position].
*
* StringIO#tell is an alias for StringIO#pos.
*/
static VALUE
strio_get_pos(VALUE self)
Expand Down Expand Up @@ -1420,8 +1416,6 @@ strio_readline(int argc, VALUE *argv, VALUE self)
* does nothing if already at end-of-file;
* returns +self+.
* See {Line IO}[rdoc-ref:IO@Line+IO].
*
* StringIO#each is an alias for StringIO#each_line.
*/
static VALUE
strio_each(int argc, VALUE *argv, VALUE self)
Expand Down

0 comments on commit 60bb320

Please sign in to comment.