# File lib/moped/read_preference.rb, line 45
    def get(name, tags = nil)
      PREFERENCES.fetch(name.to_sym).new(tags)
    end