# File lib/autumn/tool/project_creator.rb, line 105
  def each
    Dir["#{proto}/**/*"].each{|path| yield(path) }
  end