Method: UI.heading

Defined in:
lib/uiux.rb

.heading(message) ⇒ Object



17
18
19
# File 'lib/uiux.rb', line 17

def self.heading(message)
  puts "\n#{message}".color(:green)
end