class Plug::PeerStub

Attributes

owner[R]

Public Class Methods

new(owner) click to toggle source
# File lib/rbkb/plug/unix_domain.rb, line 15
def initialize(owner)
  @owner = owner
end

Public Instance Methods

[](junk) click to toggle source
# File lib/rbkb/plug/unix_domain.rb, line 19
def [](junk)
  @owner
end
[]=(junk) click to toggle source
# File lib/rbkb/plug/unix_domain.rb, line 23
def []=(junk)
  [@owner]
end
peers() click to toggle source
# File lib/rbkb/plug/unix_domain.rb, line 27
def peers
  nil
end