From 45e3d58e96442a9acad2761d213dd05d95b09a1d Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Fri, 14 Aug 2020 02:02:31 +0200 Subject: [PATCH] Document `Bintray`. --- Library/Homebrew/bintray.rb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Library/Homebrew/bintray.rb b/Library/Homebrew/bintray.rb index 5d4b05f36a..26b9583184 100644 --- a/Library/Homebrew/bintray.rb +++ b/Library/Homebrew/bintray.rb @@ -3,6 +3,9 @@ require "utils/curl" require "json" +# Bintray API client. +# +# @api private class Bintray include Context