class Tins::MethodDescription::Parameters::GenericParameter

Public Instance Methods

to_s() click to toggle source
# File lib/tins/method_description.rb, line 57
def to_s
  [ name, type ] * ?:
end