Method: BBLib::OS.os

Defined in:
lib/bblib/core/util/os.rb

.osObject



3
4
5
6
7
# File 'lib/bblib/core/util/os.rb', line 3

def self.os
  return :windows if windows?
  return :mac if mac?
  return :linux if linux?
end