rspec/rules/S122/ruby/compliant.adoc
2023-06-16 13:38:45 +00:00

7 lines
60 B
Plaintext

[source,ruby]
----
if someCondition
puts "hello"
end
----