Skip to content

Commit

Permalink
asdfasdfadsf
Browse files Browse the repository at this point in the history
  • Loading branch information
reitermarkus committed Apr 30, 2024
1 parent 49f48d6 commit b4d9093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Library/Homebrew/extend/object/duplicable.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
# ```
Expand Down

0 comments on commit b4d9093

Please sign in to comment.