mirror of
https://github.com/github/codeql.git
synced 2025-12-20 18:56:32 +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
|