Method: Typhoeus::RemoteMethod#calling

Defined in:
lib/typhoeus/remote_method.rb

#calling(args, options) ⇒ Object



32
33
34
# File 'lib/typhoeus/remote_method.rb', line 32

def calling(args, options)
  @called_methods[args_options_key(args, options)] = true
end