class Ethon::Curl::FDSet
Constants
- FD_SETSIZE
FD Set size.
Public Instance Methods
clear()
click to toggle source
# File lib/ethon/curls/classes.rb, line 19 def clear; self[:fd_count] = 0; end