Class: Utils::OS

Inherits:
Object
  • Object
show all
Defined in:
lib/phtools/utils/os.rb

Overview

OS specific output implementation

Direct Known Subclasses

OSUnix, OSWin

Instance Method Summary collapse

Instance Method Details

#output(message) ⇒ Object



21
22
23
# File 'lib/phtools/utils/os.rb', line 21

def output(message)
  STDOUT.puts prepare(message)
end