# File lib/protocols/memcache.rb, line 104 104: def initialize host, port = 11211 105: @host, @port = host, port 106: end