# File lib/ramaze/tool/project_creator.rb, line 33
  def got_proto?
    return true if File.directory?(proto)
    fatal "Cannot create, %p doesn't exist, use --proto or create the proto directory" % proto
  end