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