From 17052b3ab943c2116fc067b0c07ea266511a0d85 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 5 Apr 2024 08:37:43 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew/DevCmd/Irb.html | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/Homebrew/DevCmd/Irb.html b/docs/Homebrew/DevCmd/Irb.html index 48446d274..19570a183 100644 --- a/docs/Homebrew/DevCmd/Irb.html +++ b/docs/Homebrew/DevCmd/Irb.html @@ -309,8 +309,7 @@
# File 'dev-cmd/irb.rb', line 48 @@ -346,8 +345,7 @@if args.pry? Pry.config.should_load_rc = false # skip loading .pryrc Pry.config.history_file = "#{Dir.home}/.brew_pry_history" - Pry.config.memory_size = 100 # max lines to save to history file - Pry.config.prompt_name = "brew" + Pry.config.prompt_name = "brew" Pry.start else