10 lines
134 B
Plaintext
10 lines
134 B
Plaintext
![]() |
# typed: strict
|
||
|
|
||
|
class Dependencies < SimpleDelegator
|
||
|
include Kernel
|
||
|
end
|
||
|
|
||
|
class Requirements < SimpleDelegator
|
||
|
include Kernel
|
||
|
end
|