# File lib/merb-gen/helpers.rb, line 22
  def copy_dirs
    select_template_directories.map { |x| relative(x) }.each do |path|
      m.directory interpolate_path(path)
    end
  end