lib/byebug/commands/enable.rb in byebug-11.0.1 vs lib/byebug/commands/enable.rb in byebug-11.1.0
- old
+ new
@@ -1,10 +1,10 @@
# frozen_string_literal: true
-require "byebug/subcommands"
+require_relative "../subcommands"
-require "byebug/commands/enable/breakpoints"
-require "byebug/commands/enable/display"
+require_relative "../commands/enable/breakpoints"
+require_relative "../commands/enable/display"
module Byebug
#
# Enabling custom display expressions or breakpoints.
#