Class: Tins::MethodDescription::Parameters::OptParameter
Overview
Represents an optional parameter (with default value).
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.
63 64 65 |
# File 'lib/tins/method_description.rb', line 63 def to_s "#{name}=…" end |