6 lines
57 B
Ruby
6 lines
57 B
Ruby
# typed: strict
|
|
|
|
module Utils::Curl
|
|
include Kernel
|
|
end
|