# File lib/facter/util/solaris_zones.rb, line 131
    def count
      if @zone_hash
        @zone_hash.size
      end
    end