lib/byebug/processors/command_processor.rb in byebug-8.2.1 vs lib/byebug/processors/command_processor.rb in byebug-8.2.2

- old
+ new

@@ -41,10 +41,10 @@ def_delegator :printer, :print_collection, :prc def_delegator :printer, :print_variables, :prv def_delegators :interface, :errmsg, :puts, :confirm - def_delegators Byebug, :commands + def_delegators :Byebug, :commands # # Available commands # def command_list