mirror of
https://github.com/gosticks/brew.git
synced 2026-08-12 12:40:22 +00:00
6 lines
55 B
Ruby
6 lines
55 B
Ruby
# typed: strict
|
|
|
|
module Dependable
|
|
def tags; end
|
|
end
|