Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid rubocop directive ending up in YARD docs
It turns out that YARD displays a special section "Dynamic Method Handling" for classes that implement `method_missing` even though this method is tagged as private. The rubocop directive was getting caught up in the YARD docs.
- Loading branch information