2025-08-23 15:02:23 -04:00

18 lines
509 B
Ruby
Generated

# 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
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def path(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
def scheme(*args, &block); end
sig { params(args: T.untyped, block: T.untyped).returns(String) }
def to_s(*args, &block); end
end