lib/pry/pry_class.rb in pry-0.4.1 vs lib/pry/pry_class.rb in pry-0.4.2

- old
+ new

@@ -83,11 +83,9 @@ # Set all the configurable options back to their default values def self.reset_defaults @input = Readline @output = $stdout - - # FIXME @commands = Pry::Commands @prompt = DEFAULT_PROMPT @print = DEFAULT_PRINT @hooks = DEFAULT_HOOKS end