# File lib/mongo/address.rb, line 69 def initialize(seed, options = {}) @seed = seed @host, @port = parse_host_port @options = options end