Module: Enygma::Confirmation

Included in:
Decryptor, Encryptor
Defined in:
lib/enygma/mixins/confirmation.rb

Instance Method Summary collapse

Instance Method Details

#show_confirmation_message(filename, key, date) ⇒ Object



3
4
5
# File 'lib/enygma/mixins/confirmation.rb', line 3

def show_confirmation_message(filename, key, date)
  puts "created #{filename} with key #{key} and date #{date}"
end