10 lines
131 B
Plaintext
10 lines
131 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
module DependenciesHelpers
|
||
|
module Compat
|
||
|
include Kernel
|
||
|
|
||
|
def args_includes_ignores(args); end
|
||
|
end
|
||
|
end
|