# File lib/specinfra/helper/detect_os/gentoo.rb, line 2
  def detect
    if run_command('ls /etc/gentoo-release').success?
      { :family => 'gentoo', :release => nil }
    end
  end