class Tins::MethodDescription::Parameters::GenericParameter

def to_s

def to_s
  [ name, type ] * ?:
end