Files
codeql/ruby/ql/test/query-tests/diagnostics/src/foo.rb
2021-10-15 11:47:28 +02:00

10 lines
65 B
Ruby

# comment
def hello
p "hello world"
end
# another one
hello