Class: CheckAhead::CLI::Commands::CheckCommits
- Inherits:
-
Dry::CLI::Command
- Object
- Dry::CLI::Command
- CheckAhead::CLI::Commands::CheckCommits
- Defined in:
- lib/cli/commands.rb
Instance Method Summary collapse
Instance Method Details
#call ⇒ Object
15 16 17 |
# File 'lib/cli/commands.rb', line 15 def call(*) Actions::CheckCommits.new.execute end |