lib/byebug/processors/script_processor.rb in byebug-8.1.0 vs lib/byebug/processors/script_processor.rb in byebug-8.2.0
- old
+ new
@@ -1,4 +1,6 @@
+require 'byebug/processors/command_processor'
+
module Byebug
#
# Processes commands from a file
#
class ScriptProcessor < CommandProcessor