dev-cmd/irb: move comment

This commit is contained in:
Bo Anderson 2020-08-03 02:27:20 +01:00
parent df16e9f2de
commit eea4492305

View File

@ -18,7 +18,6 @@ module Homebrew
module_function
def irb_args
# work around IRB modifying ARGV.
Homebrew::CLI::Parser.new do
usage_banner <<~EOS
`irb` [<options>]
@ -34,6 +33,7 @@ module Homebrew
end
def irb
# work around IRB modifying ARGV.
args = irb_args.parse(ARGV.dup.freeze)
if args.examples?