Method: CodeWeb::MethodCall#method_types

Defined in:
lib/code_web/method_call.rb

#method_typesObject



32
33
34
# File 'lib/code_web/method_call.rb', line 32

def method_types
  args.map { |arg| arg_type(arg) }
end