0
我在Ruby中使用了一些變量並將它們除以其他常量。如何操作和重新分配多個變量
我不知道是否有一個DRY-ER的方式來寫類似下面:
ela_articles /= ela_active_students.to_f
ela_days /= ela_active_students.to_f
ela_growth /= ela_active_students.to_f
ela_at_above_now /= ela_active_students.to_f
ela_at_above_before /= ela_active_students.to_f
請閱讀「[問]」和「[mcve]」。而且,如果你提供了一個工作示例,[codereview.se]將是一個考慮問題的好地方。 –