class WillDocProject

Public Class Methods

start() click to toggle source

Start the project

@return [String] a not implemented message

# File lib/will_doc_project.rb, line 6
def self.start
  "Not implemented yet"
end