rspec/rules/S2253/parameters.adoc

13 lines
395 B
Plaintext
Raw Normal View History

=== Parameters
* key = className
** description: Name of the class whose method is forbidden
* key: methodName
** description: Name of the forbidden method
* key: argumentTypes
** description: Comma-delimited list of argument types, E.G. java.lang.String, int[], int
* key: allOverloads
** description: Boolean. Set to true to flag all overloads regardless of parameter type (default: false)