Project

General

Profile

Actions

Bug #11730

closed

read_nonblock's call-seq missing options

Added by znz (Kazuhiro NISHIYAMA) over 8 years ago. Updated over 8 years ago.

Status:
Closed
Assignee:
-
Target version:
-
[ruby-core:71627]

Description

IO#write_nonblock call-seq has [, options], but IO#read_nonblock does not.

In prelude.rb:

  # call-seq:
  #    ios.read_nonblock(maxlen)              -> string
  #    ios.read_nonblock(maxlen, outbuf)      -> outbuf
  # call-seq:
  #    ios.write_nonblock(string)   -> integer
  #    ios.write_nonblock(string [, options])   -> integer
Actions #1

Updated by Anonymous over 8 years ago

  • Status changed from Open to Closed

Applied in changeset r52914.


add missing options to call-seq of IO#read_nonblock

Actions

Also available in: Atom PDF

Like0
Like0