Method: Lhj::Interface#important

Defined in:
lib/lhj/ui/interface.rb

#important(_message) ⇒ Object

Level Important: Can be used to show warnings to the user

not necessarily negative, but something the user should
be aware of.

By default those messages are shown in yellow


25
26
27
# File 'lib/lhj/ui/interface.rb', line 25

def important(_message)
  not_implemented(__method__)
end