# File lib/clamp/messages.rb, line 13 def clear_messages! init_default_messages end
# File lib/clamp/messages.rb, line 9 def message(key, options={}) format_string(messages.fetch(key), options) end
# File lib/clamp/messages.rb, line 5 def messages=(new_messages) messages.merge!(new_messages) end
[Validate]
Generated with the Darkfish Rdoc Generator 2.