In Files

Parent

Methods

Continuum::Entry

Attributes

value[R]
server[R]

Public Class Methods

new(val, srv) click to toggle source
      # File lib/memcache.rb, line 1183
1183:     def initialize(val, srv)
1184:       @value = val
1185:       @server = srv
1186:     end

Public Instance Methods

inspect() click to toggle source
      # File lib/memcache.rb, line 1188
1188:     def inspect
1189:       "<#{value}, #{server.host}:#{server.port}>"
1190:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.