mirror of
https://github.com/github/codeql.git
synced 2026-05-23 15:47:11 +02: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
|