module WEBrick

module HTMLUtils
  def self?.escape: (String? string) -> String
end

end