Flowdock
method

read_nonblock

Importance_0
v2_5_5 - Show latest stable - 0 notes - Class: BasicSocket
read_nonblock(len, str = nil, exception: true) public

No documentation

This method has no description. You can help the Ruby community by adding new notes.

Hide source
# File ext/socket/lib/socket.rb, line 451
    def read_nonblock(len, str = nil, exception: true) # :nodoc:
      __read_nonblock(len, str, exception)
    end
Register or log in to add new notes.