# File lib/sqlite/database.rb, line 307 def busy_handler( &block ) # :yields: resource, retries SQLite::API.busy_handler( @handle, block ) end