mirror of
https://github.com/github/codeql.git
synced 2026-01-14 15:04:56 +01:00
12 lines
83 B
Ruby
12 lines
83 B
Ruby
# comment
|
|
|
|
def hello
|
|
p "hello foo"
|
|
end
|
|
|
|
# another one
|
|
|
|
hello
|
|
|
|
p "more code here"
|