8 9 10 11 12 13 14
# File 'lib/bs_gem.rb', line 8 def handle_timeouts begin yield rescue Net::OpenTimeout, Net::ReadTimeout {} end end