class Net::HTTP
Public Class Methods
new(*args)
click to toggle source
# File lib/bot_cli.rb, line 9 def initialize(*args) old_initialize(*args) @open_timeout = 60 end
Also aliased as: old_initialize