# File lib/hammer_cli/messages.rb, line 46 def failure_message(msg=nil) failure_message_for :default, msg end
# File lib/hammer_cli/messages.rb, line 40 def failure_message_for(action, msg=nil) @failure_message ||= {} @failure_message[action] = msg unless msg.nil? @failure_message[action] end
Generated with the Darkfish Rdoc Generator 2.