class EM::Nodes::DefaultClient
Public Instance Methods
unbind()
click to toggle source
Calls superclass method
EM::Nodes::Client#unbind
# File lib/em-nodes/default_client.rb, line 5 def unbind super EM.next_tick { EM.stop } end