uses: move comment that was being read by yard

This commit is contained in:
EricFromCanada 2019-09-04 00:07:27 -04:00
parent 87c4a04cec
commit 6f2b07163e

View File

@ -1,12 +1,12 @@
# frozen_string_literal: true # frozen_string_literal: true
require "formula"
require "cli/parser"
# `brew uses foo bar` returns formulae that use both foo and bar # `brew uses foo bar` returns formulae that use both foo and bar
# If you want the union, run the command twice and concatenate the results. # If you want the union, run the command twice and concatenate the results.
# The intersection is harder to achieve with shell tools. # The intersection is harder to achieve with shell tools.
require "formula"
require "cli/parser"
module Homebrew module Homebrew
module_function module_function