Method: Moped::ReadPreference::Selectable#initialize
- Defined in:
- lib/moped/read_preference/selectable.rb
#initialize(tags = nil) ⇒ Object
Instantiate the new taggable read preference.
23 24 25 |
# File 'lib/moped/read_preference/selectable.rb', line 23 def initialize( = nil) = end |