11 12 13
# File 'lib/configurations/path.rb', line 11 def reduce(initial, &block) @path.reduce(initial, &block) end