Class: Eax::FileTypes::ExecutableType

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

Instance Method Summary collapse

Methods included from Console

#color, #terminal

Instance Method Details

#output(string) ⇒ Object



204
205
206
# File 'lib/eax.rb', line 204

def output(string)
  color.green string
end