removed weird = 0 line from command_set.rb

This commit is contained in:
John Mair 2011-05-28 04:31:22 +12:00
parent 02a366a1f0
commit a9b140be81
1 changed files with 0 additions and 1 deletions

View File

@ -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.