brew/Library/Homebrew/test/abstract_command_spec.rbi

5 lines
107 B
Plaintext
Raw Normal View History

2024-03-06 21:12:17 -08:00
# typed: strict
class TestCat < Homebrew::AbstractCommand; end
2024-03-06 21:12:17 -08:00
class Tac < Homebrew::AbstractCommand; end