Method: Multimethod::Parameter#type

Defined in:
lib/multimethod/parameter.rb

#typeObject

The Paremeter’s type, defaults to Kernel.



39
40
41
# File 'lib/multimethod/parameter.rb', line 39

def type
  @type
end