Method: YARD::CodeObjects::MethodObject#parameters

Defined in:
lib/yard/code_objects/method_object.rb

- (Array<Array(String, String)>) parameters

Returns the list of parameters parsed out of the method signature with their default values.

Returns:



21
22
23
# File 'lib/yard/code_objects/method_object.rb', line 21

def parameters
  @parameters
end

Comments