Class: Eax::FileTypes::FolderType

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



211
212
213
# File 'lib/eax.rb', line 211

def output(string)
  color.blue.bold string
end