mirror of
https://github.com/github/codeql.git
synced 2026-01-09 12:40:25 +01:00
8 lines
69 B
Ruby
8 lines
69 B
Ruby
module M1
|
|
def foo(x, y)
|
|
end
|
|
|
|
def self.self_foo(x, y)
|
|
end
|
|
end
|