mirror of
https://github.com/github/codeql.git
synced 2026-01-08 12:10:22 +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
|