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