# File lib/moped/session.rb, line 264 def initialize(seeds, options = {}) validate_strict(options) @options = options @cluster = Cluster.new(seeds, options) end