module PryRemoteEm::Server

ugly hacks ahoy!

Public Instance Methods

old_unbind()
Alias for: unbind
unbind() click to toggle source
# File lib/quick/service.rb, line 11
def unbind
        old_unbind
        url = Quick::Service.pries.delete @obj
        PryRemoteEm.stop_server url
end
Also aliased as: old_unbind