# File lib/pry-remote-em/server.rb, line 125 def register(obj, peer) peers(obj).tap { |plist| plist.include?(peer) || plist.push(peer) } end