Method: Multimethod::Parameter#type

Defined in:
lib/multimethod/parameter.rb

#typeObject

The Paremeter’s type, defaults to Kernel.



34
35
36
# File 'lib/multimethod/parameter.rb', line 34

def type
  @type
end