Class: GitContext::Commands::Setup
- Defined in:
- lib/git_context/commands/setup.rb
Instance Method Summary collapse
Methods inherited from Base
Constructor Details
This class inherits a constructor from GitContext::Commands::Base
Instance Method Details
#call ⇒ Object
6 7 8 9 |
# File 'lib/git_context/commands/setup.rb', line 6 def call @configuration.setup @interaction.info("git_context has been set up in #{@configuration.home}") end |