class Rails::Paths::Path

def each

def each
  to_a.each { |p| yield p }
end