Commit c2de5502 authored by Samuel E. Giddins's avatar Samuel E. Giddins

[RuboCop] When defining the ` operator, name its argument other

parent 3fb18d3a
......@@ -73,7 +73,7 @@ EOS
private
def `(command)
def `(other)
super
rescue Errno::ENOENT => e
"Unable to find an executable (#{e})"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment