Skip to content

Commit

Permalink
Fix undefined method 'irb_at_exit' in new IRB versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bergermx committed Jan 22, 2024
1 parent 23e0a6b commit 3cb0cbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spreewald/development_steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
irb.eval_input
end
ensure
IRB.irb_at_exit
IRB.conf[:AT_EXIT].each{ |hook| hook.call }
end
end.overridable

Expand Down

0 comments on commit 3cb0cbc

Please sign in to comment.