Object
# File lib/mysql2/statement.rb, line 6 def execute(*args) Thread.handle_interrupt(::Mysql2::Util::TimeoutError => :never) do _execute(*args) end end