5 lines
103 B
Ruby
5 lines
103 B
Ruby
# typed: strict
|
|
|
|
class Cat < Homebrew::AbstractCommand; end
|
|
class Tac < Homebrew::AbstractCommand; end
|