Zyre::Event::

Enter class

Public Instance Methods

inspect_details()

Provide the details of the inspect message.

# File lib/zyre/event/enter.rb, line 8
def inspect_details
        return "%s (%s at %s) has entered the network: %p" % [
                self.peer_uuid,
                self.peer_name,
                self.peer_addr,
                self.headers,
        ]
end