Set the server that this object is tied to, unless it has already been set. Returns self.
# File lib/sequel/plugins/sharding.rb, line 61 def set_server?(s) @server ||= s self end