mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
removed weird = 0 line from command_set.rb
This commit is contained in:
parent
02a366a1f0
commit
a9b140be81
1 changed files with 0 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue