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.
12 lines
295 B
Ruby
Generated
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
|