lib/byebug/commands/enable/display.rb in byebug-11.0.1 vs lib/byebug/commands/enable/display.rb in byebug-11.1.0

- old
+ new

@@ -1,7 +1,7 @@ # frozen_string_literal: true -require "byebug/helpers/toggle" +require_relative "../../helpers/toggle" module Byebug # # Reopens the +enable+ command to define the +display+ subcommand #