From 1fc2cd70df212220ab68e877bf8f1f35e25317b2 Mon Sep 17 00:00:00 2001 From: Stan Lo Date: Fri, 2 Feb 2024 22:19:25 +0000 Subject: [PATCH] Require pathname --- lib/irb/history.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/irb/history.rb b/lib/irb/history.rb index ad17347fb..dffdee32d 100644 --- a/lib/irb/history.rb +++ b/lib/irb/history.rb @@ -1,3 +1,5 @@ +require "pathname" + module IRB module HistorySavingAbility # :nodoc: def support_history_saving?