# File lib/cloudmasterd.rb, line 40
    def _call(method, *args)
      return @xmlrpc.call2(method, *args)[1]
    end