Method: Lhj::Interface#deprecated

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

#deprecated(_message) ⇒ Object

Level Deprecated: Show that a particular function is deprecated

By default those messages shown in strong blue


46
47
48
# File 'lib/lhj/ui/interface.rb', line 46

def deprecated(_message)
  not_implemented(__method__)
end