brew/Library/Homebrew/sorbet/rbi/utils/notability.rbi
2020-07-08 23:38:42 +05:30

16 lines
195 B
Ruby

# typed: strict
module SharedAudits
def github(user, repo)
end
def gitlab(user, repo)
end
def bitbucket(user, repo)
end
def curl_output(*args, secrets: [], **options)
end
end