rspec/rules/S122/ruby/compliant.adoc

7 lines
60 B
Plaintext
Raw Normal View History

2023-06-16 15:38:45 +02:00
[source,ruby]
----
if someCondition
puts "hello"
end
----