Class: Roger::Cli::Command
- Inherits:
-
Thor::Group
- Object
- Thor::Group
- Roger::Cli::Command
show all
- Defined in:
- lib/roger/cli/command.rb
Instance Method Summary
collapse
Instance Method Details
#initialize_project ⇒ Object
11
12
13
|
# File 'lib/roger/cli/command.rb', line 11
def initialize_project
@project = Cli::Base.project
end
|