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