class Rails::Paths::Path

def each(&block)

def each(&block)
  @paths.each(&block)
end