brew style -fix
This commit is contained in:
parent
442af3772a
commit
510bc25db6
@ -81,7 +81,7 @@ module Homebrew
|
||||
|
||||
Formulary.enable_factory_cache!
|
||||
|
||||
recursive = !args.send("1?")
|
||||
recursive = !args.send(:"1?")
|
||||
installed = args.installed? || dependents(args.named.to_formulae_and_casks).all?(&:any_version_installed?)
|
||||
|
||||
@use_runtime_dependencies = installed && recursive &&
|
||||
|
||||
@ -130,7 +130,7 @@ describe "ENV" do
|
||||
|
||||
describe "#compiler" do
|
||||
it "allows switching compilers" do
|
||||
subject.public_send("gcc-6")
|
||||
subject.public_send(:"gcc-6")
|
||||
expect(subject.compiler).to eq("gcc-6")
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user