6 7 8 9 10 11 12
# File 'lib/specinfra/helper/os.rb', line 6 def os property[:os] = {} if ! property[:os] if ! property[:os].include?(:family) property[:os] = detect_os end property[:os] end