vmpooler/lib
Brandon High 0b841d63fd
Do not save exception in a variable if it isn't referenced
Prior to this commit there were a couple locations where exceptions were
saved to `_e` but weren't used in the handler except to re-raise the
exception, which simply calling the `raise` keyword will do without a
provided argument.
This commit removes the unnecessary assignment of the exception to a
variable and simply uses `raise` instead.
2020-03-05 16:56:05 -08:00
..
vmpooler Do not save exception in a variable if it isn't referenced 2020-03-05 16:56:05 -08:00
vmpooler.rb Merge pull request #360 from highb/2020-03-05_unsafe_rubocop_fixes 2020-03-05 16:03:21 -08:00