Mark Fetch as private.

This commit is contained in:
Markus Reiter 2020-08-17 04:53:36 +02:00
parent 78b09a278d
commit e2b784bb98

View File

@ -1,6 +1,7 @@
# frozen_string_literal: true # frozen_string_literal: true
module Homebrew module Homebrew
# @api private
module Fetch module Fetch
def fetch_bottle?(f, args:) def fetch_bottle?(f, args:)
return true if args.force_bottle? && f.bottle return true if args.force_bottle? && f.bottle