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