Method: Transfer#say
- Defined in:
- lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/fileserve.rb
#say(text) ⇒ Object
75 76 77 |
# File 'lib/vendor/xmpp4r/data/doc/xmpp4r/examples/advanced/fileserve.rb', line 75 def say(text) @msgblock.call(text) end |