Skip to content

Commit

Permalink
Require pathname (ruby#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
st0012 authored Feb 2, 2024
1 parent 9e6fa67 commit 0ab96ed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/irb/history.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
require "pathname"

module IRB
module HistorySavingAbility # :nodoc:
def support_history_saving?
Expand Down

0 comments on commit 0ab96ed

Please sign in to comment.