2024-10-14 10:50:57 -07:00
|
|
|
# typed: true
|
|
|
|
|
|
|
|
|
|
# DO NOT EDIT MANUALLY
|
|
|
|
|
# This is an autogenerated file for dynamic methods in `Livecheck`.
|
|
|
|
|
# Please instead update this file by running `bin/tapioca dsl Livecheck`.
|
|
|
|
|
|
|
|
|
|
|
2025-02-25 19:00:23 +00:00
|
|
|
class Livecheck
|
|
|
|
|
sig { params(args: T.untyped, block: T.untyped).returns(T.untyped) }
|
|
|
|
|
def url_options(*args, &block); end
|
|
|
|
|
end
|