Class: Systemdy::Utility::MessageDisplayer
- Inherits:
-
Object
- Object
- Systemdy::Utility::MessageDisplayer
- Defined in:
- lib/systemdy/utility/message_displayer.rb
Overview
Allows to display messages to the user
Class Method Summary collapse
-
.render_message(message) ⇒ String
a method for render custom message to the user.
Class Method Details
.render_message(message) ⇒ String
a method for render custom message to the user
13 14 15 |
# File 'lib/systemdy/utility/message_displayer.rb', line 13 def self.() # the content of the message end |