Skip to content

Commit

Permalink
removed spurrious comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nanobowers committed May 16, 2024
1 parent a42218f commit 7256189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/optimist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7256189

Please sign in to comment.