Class: Tins::MethodDescription::Parameters::GenericParameter

Inherits:
Parameter
  • Object
show all
Defined in:
lib/tins/method_description.rb

Instance Attribute Summary

Attributes inherited from Parameter

#name, #type

Instance Method Summary collapse

Methods inherited from Parameter

#==, #inspect

Instance Method Details

#to_sObject



57
58
59
# File 'lib/tins/method_description.rb', line 57

def to_s
  [ name, type ] * ?:
end