Revision f8c25bdc
Added by Marc Dequènes about 14 years ago
- ID f8c25bdcf114ecd49e13d0cfc366ed4e86d11652
lib/cyborghood/cyborg/conversation.rb | ||
---|---|---|
@conversation.delete_thread(self)
|
||
@session.clear
|
||
end
|
||
|
||
# convenience method
|
||
def call(*args, &callback)
|
||
@conversation.protocol.send_request_call(self, *args, &callback)
|
||
end
|
||
end
|
||
|
||
class Message
|
Also available in: Unified diff
[evol] added convenience method to CALL directly from a thread