module Enygma::Confirmation
Public Instance Methods
show_confirmation_message(filename, key, date)
click to toggle source
# 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