Module: Sequel::Plugins::Sharding::InstanceMethods
- Defined in:
- lib/sequel/plugins/sharding.rb
Instance Method Summary collapse
-
#set_server?(s) ⇒ Boolean
Set the server that this object is tied to, unless it has already been set.
Instance Method Details
#set_server?(s) ⇒ Boolean
Set the server that this object is tied to, unless it has already been set. Returns self.
65 66 67 68 |
# File 'lib/sequel/plugins/sharding.rb', line 65 def set_server?(s) @server ||= s self end |