mirror of
https://github.com/github/codeql.git
synced 2026-04-02 13:48:20 +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
|