10 11 12
# File 'lib/dude/commands/commit.rb', line 10 def call(id:) Dude::Git::Commit.new.call(commit_name(id)) end