aliases: fix missing require with Ruby 3.4

This commit is contained in:
Bo Anderson 2025-04-16 17:03:40 +01:00
parent e021a6b7dd
commit 9410a7858b
No known key found for this signature in database

View File

@ -1,6 +1,8 @@
# typed: strict # typed: strict
# frozen_string_literal: true # frozen_string_literal: true
require "fileutils"
module Homebrew module Homebrew
module Aliases module Aliases
class Alias class Alias