7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
[source,ruby]
|
|
----
|
|
def modify(x1, y1, z1, x2, y2, z2) # Noncompliant
|
|
# ...
|
|
end
|
|
----
|