# File lib/pry-remote-em/server.rb, line 130 def unregister(obj, peer) peers(obj).tap {|plist| true while plist.delete(peer) } end