class LoomExt::CoreMods::Net
Constants
- NoNetworkError
Public Instance Methods
init_action(timeout: 10, check_host: "8.8.8.8")
click to toggle source
# File lib/loomext/coremods/net.rb, line 8 def init_action(timeout: 10, check_host: "8.8.8.8") @net_timeout = timeout @check_host = check_host end