25 26 27 28 29
# File 'lib/linux_admin/distro.rb', line 25 def self.local @local ||= begin Distros.all.detect(&:detected?) || Distros.generic end end