Created
May 4, 2015 20:38
-
-
Save anonymous/3cc268512c3f3ece9901 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
exercise_models.map { |exercise_model| | |
if(exercise_mode.type == 'standing') exercise_model.duration | |
}.inject { |accumulator, duration| | |
accumulator + duration | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment