Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactor extract_gem_files method for clarity and efficiency
- Replaced the each loop in feature_from_gems with filter_map for streamlined value generation. - Changed the conditional check from gems.find to gems.any? to improve performance. - Consolidated separate if statements into a single if-elsif chain, removing unnecessary next statements.
- Loading branch information