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