Class: Gitplate::Outputs::Fatal
- Inherits:
-
Object
- Object
- Gitplate::Outputs::Fatal
- Defined in:
- lib/gitplate/plate.rb
Instance Method Summary collapse
Instance Method Details
#execute(msg) ⇒ Object
99 100 101 |
# File 'lib/gitplate/plate.rb', line 99 def execute(msg) puts msg.color(:red).bright end |