From 8f5d91c9e9b2d07feecaf535bed136f813a72d94 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 11 Jun 2024 03:34:09 +0000 Subject: [PATCH] docs: updates from Homebrew/brew --- docs/Homebrew/Cmd/List.html | 2 +- docs/Homebrew/Cmd/PrettyListing.html | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/Homebrew/Cmd/List.html b/docs/Homebrew/Cmd/List.html index b05904814..62a79b2d8 100644 --- a/docs/Homebrew/Cmd/List.html +++ b/docs/Homebrew/Cmd/List.html @@ -465,7 +465,7 @@
-211 -212 -213 -214 215 216 217 @@ -212,10 +208,14 @@+235 +236 +237 +238 +239232 233 234 -235
# File 'cmd/list.rb', line 211 +# File 'cmd/list.rb', line 215 def initialize(path) Pathname.new(path).children.sort_by { |p| p.to_s.downcase }.each do |pn|