Sets the documentation for this parameter.
Parameters:
The documentation string to set
Returns:
the given str parameter
str
See Also:
154 155 156
# File 'lib/puppet/parameter.rb', line 154 def desc(str) @doc = str end