6 7 8
# File 'lib/hessian2/handler.rb', line 6 def handle(data) Hessian2.reply(self.send(*Hessian2.parse_rpc(data))) end