Class: Hanami::Cucumber::Commands::Install Private
- Inherits:
-
Hanami::CLI::Command
- Object
- Hanami::CLI::Command
- Hanami::Cucumber::Commands::Install
- Defined in:
- lib/hanami/cucumber/commands.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Instance Method Summary collapse
- #call ⇒ Object private
Instance Method Details
#call ⇒ Object
This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.
11 12 13 14 15 |
# File 'lib/hanami/cucumber/commands.rb', line 11 def call(*, **) append_gemfile copy_env copy_configuration end |