diff --git a/lib/pry/command_set.rb b/lib/pry/command_set.rb index 616c66ab..be2911a7 100644 --- a/lib/pry/command_set.rb +++ b/lib/pry/command_set.rb @@ -131,7 +131,6 @@ class Pry commands[new_name].description = desc if desc end - $i = 0 # Runs a command. # @param [Object] context Object which will be used as self during the # command.