lib/byebug/commands/condition.rb in byebug-11.0.1 vs lib/byebug/commands/condition.rb in byebug-11.1.0

- old
+ new

@@ -1,8 +1,8 @@ # frozen_string_literal: true -require "byebug/command" -require "byebug/helpers/parse" +require_relative "../command" +require_relative "../helpers/parse" module Byebug # # Implements conditions on breakpoints. #