2021-01-10 09:25:46 -08:00

8 lines
74 B
Ruby

# typed: strict
module Utils
module AST
include ::Kernel
end
end