Method: Host.os

Defined in:
lib/host.rb

.osObject



15
16
17
18
# File 'lib/host.rb', line 15

def self.os
  return :linux if linux?
  return :macosx if macosx?
end