lib/inch/cli/command/base.rb in inch-0.4.7 vs lib/inch/cli/command/base.rb in inch-0.4.8
- old
+ new
@@ -85,11 +85,11 @@
# Runs the command with the given +args+
#
# @abstract
# @note Override with implementation
- # @param *args [Array<String>]
- def run(*args)
+ # @param *_args [Array<String>]
+ def run(*_args)
fail NotImplementedError
end
# Returns a description of the command's usage pattern
#