Method: Jabber::RPC::Client#method_missing

Defined in:
lib/vendor/xmpp4r/lib/xmpp4r/rpc/helper/client.rb

#method_missing(methodname, *args) ⇒ Object

automatically trys to find a method thanx to eric cestari :)



39
40
41
# File 'lib/vendor/xmpp4r/lib/xmpp4r/rpc/helper/client.rb', line 39

def method_missing(methodname, *args)
  send("call", methodname,*args)
end