# sig/validate_url.rbs

class ActiveModel::Validations::UrlValidator < ActiveModel::Validations::ActiveModel::EachValidator
  def filtered_options: () -> untyped
  def initialize: () -> void
  def validate_each: () -> untyped
  def validate_url: () -> untyped
end


# sig/validate_url.rbs

module ActiveModel::Validations::ClassMethods
  def validates_url: () -> untyped
end
