Class: MessageWriter
- Inherits:
-
Object
- Object
- MessageWriter
- Defined in:
- lib/ez_gen/message_writer.rb
Constant Summary collapse
- PASTEL =
Pastel.new
Instance Method Summary collapse
-
#initialize(title) ⇒ MessageWriter
constructor
A new instance of MessageWriter.
- #write ⇒ Object
Constructor Details
#initialize(title) ⇒ MessageWriter
Returns a new instance of MessageWriter.
5 6 7 8 |
# File 'lib/ez_gen/message_writer.rb', line 5 def initialize(title) @title = title = {} end |
Instance Method Details
#write ⇒ Object
10 11 12 13 |
# File 'lib/ez_gen/message_writer.rb', line 10 def write stylize confirmation end |