Class: Tins::MethodDescription::Parameters::GenericParameter
Overview
Represents a generic parameter type not covered by other classes.
Instance Attribute Summary
Attributes inherited from Parameter
Instance Method Summary collapse
-
#to_s ⇒ String
Converts the parameter to its string form.
Methods inherited from Parameter
Instance Method Details
#to_s ⇒ String
Converts the parameter to its string form.
103 104 105 |
# File 'lib/tins/method_description.rb', line 103 def to_s [ name, type ] * ?: end |