Use communicative variable name
This commit is contained in:
parent
6156fa9181
commit
8769c4b7c9
1 changed files with 2 additions and 2 deletions
|
@ -219,8 +219,8 @@ module Mutant
|
|||
|
||||
matchers = begin
|
||||
opts.parse!(arguments)
|
||||
rescue OptionParser::ParseError => e
|
||||
raise(Error,e.message,e.backtrace)
|
||||
rescue OptionParser::ParseError => error
|
||||
raise(Error, error.message, error.backtrace)
|
||||
end
|
||||
|
||||
matchers.each do |pattern|
|
||||
|
|
Loading…
Add table
Reference in a new issue