Method: Cody::CLI::Start#initialize
- Defined in:
- lib/cody/cli/start.rb
#initialize(options) ⇒ Start
Returns a new instance of Start.
5 6 7 8 9 |
# File 'lib/cody/cli/start.rb', line 5 def initialize() @options = @project_name = [:project_name] || inferred_project_name @full_project_name = project_name_convention(@project_name) end |