class Typhoeus::RemoteMethod

def args_options_key(args, options)

def args_options_key(args, options)
  "#{args.to_s}+#{options.to_s}"
end