rspec/rules/S2005/compliant.adoc
2022-02-04 16:28:24 +00:00

7 lines
72 B
Plaintext

== Compliant Solution
[source,text]
----
$msg = "Hello ${name}!";
----