| kind | = | "Condition Error Invocation ArgumentWithoutDefaultValue" |
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
returns a representation of this error, printing the name and position of the argument that didn't have a default value
[ show source ]
method(
"didn't get a default value to argument '#{argumentName}' at position #{index}, following an optional argument when defining a method (#{self kind})
#{message asStackTraceText}
#{context stackTraceAsText}")