You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Create a method reduce that accepts a list and a block, and returns an aggregate object for that list. See the tests for examples.
# If you need help, here's a reference:
# http://www.rubycuts.com/enum-reduceCreate a method reduce that accepts a list and a block, and returns an aggregate object for that list. See the tests for examples.