Method: Typhoeus::RemoteMethod#args_options_key

Defined in:
lib/typhoeus/remote_method.rb

#args_options_key(args, options) ⇒ Object



28
29
30
# File 'lib/typhoeus/remote_method.rb', line 28

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