Class: Tins::MethodDescription::Parameters::BlockParameter
Overview
Represents a block parameter (&block).
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.
93 94 95 |
# File 'lib/tins/method_description.rb', line 93 def to_s "&#{name}" end |