Method: CodeWeb::MethodCall#small_signature

Defined in:
lib/code_web/method_call.rb

#small_signatureObject



36
37
38
# File 'lib/code_web/method_call.rb', line 36

def small_signature
  [arg_type(args.first), args.size]
end