lib/byebug/processor.rb in byebug-1.4.2 vs lib/byebug/processor.rb in byebug-1.5.0
- old
+ new
@@ -356,10 +356,10 @@
def proceed
@proceed = true
end
end
- end # end class CommandProcessor
+ end # class CommandProcessor
class ControlCommandProcessor < Processor
def initialize(interface)