While running the Lhm.cleanup command, I realized that the instructions and examples in the README stated the first argument as :run (see below) instead of a boolean as reflected in the source code.
Lhm.cleanup(:run)
Fix
I modified the first argument in the Lhm.cleanup README.md instructions and examples to reflect the intended boolean usage in the source code:
Issue
While running the
Lhm.cleanup
command, I realized that the instructions and examples in the README stated the first argument as:run
(see below) instead of a boolean as reflected in the source code.Fix
I modified the first argument in the
Lhm.cleanup
README.md instructions and examples to reflect the intended boolean usage in the source code:Rails