module SQLite3::ForkSafety

def track(database) # :nodoc:

:nodoc:
def track(database) # :nodoc:
  @mutex.synchronize do
    @databases << WeakRef.new(database)
  end
end