Class: Utils::OS
- Inherits:
-
Object
- Object
- Utils::OS
- Defined in:
- lib/phtools/utils/os.rb
Overview
OS specific output implementation
Instance Method Summary collapse
Instance Method Details
#output(message) ⇒ Object
21 22 23 |
# File 'lib/phtools/utils/os.rb', line 21 def output() STDOUT.puts prepare() end |