76 77 78
# File 'lib/credman/commands.rb', line 76 def call(keys:, environments:, **) Credman::Delete.new(environments).perform(keys) end