Method: Corosync::Quorum#fd
- Defined in:
- lib/corosync/quorum.rb
#fd ⇒ IO (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.
25 26 27 |
# File 'lib/corosync/quorum.rb', line 25 def fd @fd end |