# File lib/rubigen/commands.rb, line 329
      def template_copy_each(files, path = nil, options = {})
        path = path ? "#{path}/" : ""
        files.each do |file_name|
          template "#{path}#{file_name}", "#{path}#{file_name.gsub(/\.erb$/,'')}", options
        end
      end