module SQLite3::ForkSafety
based on Rails’s active_support/fork_tracker.rb
Public Class Methods
suppress_warnings!()
click to toggle source
Call to suppress the fork-related warnings.
# File lib/sqlite3/fork_safety.rb, line 59 def suppress_warnings! @suppress = true end