Mike McQuaid ff710f8191
Improve completions (and elisp) output in caveats
Instead of repeatedly outputting the same identical messages across
multiple packages and repeating them all for every package after they
were all installed: just output the identical messages in the final
caveats output instead.
2025-06-06 17:09:28 +01:00

12 lines
295 B
Ruby
Generated

# typed: true
# DO NOT EDIT MANUALLY
# This is an autogenerated file for dynamic methods in `Caveats`.
# Please instead update this file by running `bin/tapioca dsl Caveats`.
class Caveats
sig { params(args: T.untyped, block: T.untyped).returns(String) }
def to_s(*args, &block); end
end