Class: Eax::FileTypes::ImportantType

Inherits:
NormalType show all
Defined in:
lib/eax.rb

Instance Method Summary collapse

Methods included from Console

#color, #terminal

Instance Method Details

#output(string) ⇒ Object



192
193
194
# File 'lib/eax.rb', line 192

def output(string)
  color.yellow.underline.bold string
end