# File lib/protocols/memcache.rb, line 100 100: def self.connect host = 'localhost', port = 11211 101: EM.connect host, port, self, host, port 102: end