Class: Tins::MethodDescription::Parameters::RestParameter
Overview
Represents a splat parameter (*args).
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.
33 34 35 |
# File 'lib/tins/method_description.rb', line 33 def to_s "*#{name}" end |