2024-10-05 18:56:38 -07:00
|
|
|
# typed: true
|
|
|
|
|
|
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
|
# This is an autogenerated file for dynamic methods in `Cask::URL`.
|
|
|
|
|
# Please instead update this file by running `bin/tapioca dsl Cask::URL`.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
class Cask::URL
|
2025-08-23 15:02:23 -04:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
|
def path(*args, &block); end
|
2024-10-05 18:56:38 -07:00
|
|
|
|
2025-08-23 15:02:23 -04:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
|
def scheme(*args, &block); end
|
2024-10-05 18:56:38 -07:00
|
|
|
|
2025-08-23 15:02:23 -04:00
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(String) }
|
|
|
|
|
def to_s(*args, &block); end
|
2024-10-05 18:56:38 -07:00
|
|
|
end
|