# File lib/launchy/detect/host_os_family.rb, line 18
      def matches?( host_os )
        matching_regex.match( host_os.to_s )
      end