# File lib/ramaze/tool/project_creator.rb, line 115
  def each
    Dir.glob("#{proto}/**/*", File::FNM_DOTMATCH).each{|path| yield(path) }
  end