When using bundle exec tapioca dsl in our project with the latest tapioca version, the .rbi autogenerated for Herb is invalid. This happens because there is an invalid RBS signature for the API of lex_file and parse_file that are not declaring the ** argument.
I will open a PR fixing the comment, but leave the issue for now to track it.

When using
bundle exec tapioca dslin our project with the latest tapioca version, the .rbi autogenerated for Herb is invalid. This happens because there is an invalid RBS signature for the API oflex_fileandparse_filethat are not declaring the**argument.I will open a PR fixing the comment, but leave the issue for now to track it.