Flowdock
method

nonblock?

Importance_0
v1_9_1_378 - Show latest stable - 0 notes - Class: IO
nonblock?() public

No documentation

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

Hide source
# File ext/io/wait/lib/nonblock.rb, line 3
  def nonblock?
    (fcntl(Fcntl::F_GETFL) & File::NONBLOCK) != 0
  end
Register or log in to add new notes.