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

12 lines
83 B
Ruby

# comment
def hello
p "hello foo"
end
# another one
hello
p "more code here"