12 lines
289 B
Ruby
Generated
12 lines
289 B
Ruby
Generated
# typed: true
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
# This is an autogenerated file for dynamic methods in `PATH`.
|
|
# Please instead update this file by running `bin/tapioca dsl PATH`.
|
|
|
|
|
|
class PATH
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
def each(*args, &block); end
|
|
end
|