This is used by Jabber::Stream internally to keep track of any blocks which were passed to Stream#send.
# File lib/xmpp4r/stream.rb, line 327 def call(*args) @block.call(*args) end
# File lib/xmpp4r/stream.rb, line 337 def raise(exception) @exception = exception @waiter.run end
Generated with the Darkfish Rdoc Generator 2.