Method: Jabber::Stream::ThreadBlock#call

Defined in:
lib/xmpp4r/stream.rb

#call(*args) ⇒ Object



271
272
273
# File 'lib/xmpp4r/stream.rb', line 271

def call(*args)
  @block.call(*args)
end