Class: Hanami::Cucumber::Commands::Install Private

Inherits:
Hanami::CLI::Command
  • Object
show all
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.

Since:

  • 0.1.0

Instance Method Summary collapse

Instance Method Details

#callObject

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.

Since:

  • 0.1.0



11
12
13
14
15
# File 'lib/hanami/cucumber/commands.rb', line 11

def call(*, **)
  append_gemfile
  copy_env
  copy_configuration
end