From 7256189e7b5f8db243e616ad115d43b389cda806 Mon Sep 17 00:00:00 2001 From: Ben Bowers Date: Thu, 16 May 2024 07:58:59 -0400 Subject: [PATCH] removed spurrious comment --- lib/optimist.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/optimist.rb b/lib/optimist.rb index 9db3439..1b6accd 100644 --- a/lib/optimist.rb +++ b/lib/optimist.rb @@ -56,7 +56,7 @@ class DependConstraint < Constraint def error_condition(overlap_size) (overlap_size != 0) && (overlap_size != @idents.size) end - def error_message(longargs) # constraint_sym, this_sym) + def error_message(longargs) "#{longargs.join(', ')} have a dependency and must be given together" end end