Class: Babushka::SystemDetector

Inherits:
Object
  • Object
show all
Defined in:
lib/babushka/system_detector.rb

Class Method Summary collapse

Class Method Details

.profile_for_hostObject



3
4
5
# File 'lib/babushka/system_detector.rb', line 3

def self.profile_for_host
  (detect_using_uname || UnknownSystem).new
end