brew/Library/Homebrew/test/abstract_command_spec.rbi
Douglas Eichelberger 6fc99d9569 Add tests
2024-03-15 12:46:06 -07:00

5 lines
103 B
Ruby

# typed: strict
class Cat < Homebrew::AbstractCommand; end
class Tac < Homebrew::AbstractCommand; end