Method: Sequel::ShardedThreadedConnectionPool#freeze

Defined in:
lib/sequel/connection_pool/sharded_threaded.rb

#freezeObject



106
107
108
109
# File 'lib/sequel/connection_pool/sharded_threaded.rb', line 106

def freeze
  @servers.freeze
  super
end