# File lib/moneta/tyrant.rb, line 13 def initialize(options = {}) host = options[:host] port = options[:port] super(host, port) end