diff options
-rw-r--r-- | lib/xmlrpc/server.rb | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -133,7 +133,7 @@ the same class. begin ret = obj.call(*args) # call the original service-method # could convert the return value - resuce # rescue exceptions end } |