In Files

Parent

Methods

Class Index [+]

Quicksearch

Continuum::Entry

Attributes

value[R]
server[R]

Public Class Methods

new(val, srv) click to toggle source
      # File lib/memcache.rb, line 1097
1097:     def initialize(val, srv)
1098:       @value = val
1099:       @server = srv
1100:     end

Public Instance Methods

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

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.