From b4d909360a06cb0d05b3f0deebecb1b095b214ca Mon Sep 17 00:00:00 2001 From: Markus Reiter Date: Tue, 30 Apr 2024 17:32:42 +0200 Subject: [PATCH] asdfasdfadsf --- Library/Homebrew/extend/object/duplicable.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Library/Homebrew/extend/object/duplicable.rb b/Library/Homebrew/extend/object/duplicable.rb index 7cb3f4818e721..a0f0462084ce5 100644 --- a/Library/Homebrew/extend/object/duplicable.rb +++ b/Library/Homebrew/extend/object/duplicable.rb @@ -48,7 +48,7 @@ def duplicable? = false class UnboundMethod # Unbound methods are not duplicable: # - # ``ruby + # ```ruby # method(:puts).unbind.duplicable? # => false # method(:puts).unbind.dup # => TypeError: allocator undefined for UnboundMethod # ```