mirror of
https://github.com/github/codeql.git
synced 2026-02-01 15:52:59 +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"
|