Method: Corosync::Quorum#fd

Defined in:
lib/corosync/quorum.rb

#fdIO (readonly)

The IO object containing the file descriptor notifications come across. You can use this to check for activity, but do not read anything from it.

Returns:

  • (IO)


25
26
27
# File 'lib/corosync/quorum.rb', line 25

def fd
  @fd
end