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