mirror of
https://github.com/Homebrew/brew.git
synced 2025-07-14 16:09:03 +08:00
5 lines
107 B
Ruby
5 lines
107 B
Ruby
# typed: strict
|
|
|
|
class TestCat < Homebrew::AbstractCommand; end
|
|
class Tac < Homebrew::AbstractCommand; end
|