Class: CheckAhead::CLI::Commands::CheckCommits

Inherits:
Dry::CLI::Command
  • Object
show all
Defined in:
lib/cli/commands.rb

Instance Method Summary collapse

Instance Method Details

#callObject



15
16
17
# File 'lib/cli/commands.rb', line 15

def call(*)
  Actions::CheckCommits.new.execute
end