brew/Library/Homebrew/test/abstract_command_spec.rbi

5 lines
103 B
Plaintext
Raw Normal View History

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