- (Array<Array(String, String)>) parameters
Returns the list of parameters parsed out of the method signature with their default values.
a list of parameter names followed by their default values (or nil)
21 22 23
# File 'lib/yard/code_objects/method_object.rb', line 21 def parameters @parameters end