Class: Console
- Inherits:
-
Object
- Object
- Console
- Defined in:
- lib/core/console.rb
Class Method Summary collapse
Class Method Details
.title(title) ⇒ Object
2 3 4 |
# File 'lib/core/console.rb', line 2 def self.title(title) say "<%= color('#{title}', :yellow) %>" end |