class Continuum::Entry
Attributes
Public Class Methods
Source
# File lib/memcache.rb, line 1183 def initialize(val, srv) @value = val @server = srv end
Public Instance Methods
Source
# File lib/memcache.rb, line 1188 def inspect "<#{value}, #{server.host}:#{server.port}>" end