Module: Enygma::Confirmation
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 (filename, key, date) puts "created #{filename} with key #{key} and date #{date}" end |