From d97fc48e92dbee041a476f7dca65f3d466c8ca91 Mon Sep 17 00:00:00 2001 From: bronzdoc Date: Sun, 28 Jul 2019 07:50:11 -0600 Subject: [PATCH] [rubygems/rubygems] Remove useless param +build_dir+ https://github.com/rubygems/rubygems/commit/0402974149 --- lib/rubygems/ext/builder.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/rubygems/ext/builder.rb b/lib/rubygems/ext/builder.rb index 974e1799a1..eced7c3fe1 100644 --- a/lib/rubygems/ext/builder.rb +++ b/lib/rubygems/ext/builder.rb @@ -134,9 +134,9 @@ class Gem::Ext::Builder end ## - # Logs the build +output+ in +build_dir+, then raises Gem::Ext::BuildError. + # Logs the build +output+, then raises Gem::Ext::BuildError. - def build_error(build_dir, output, backtrace = nil) # :nodoc: + def build_error(output, backtrace = nil) # :nodoc: gem_make_out = write_gem_make_out output message = <<-EOF