# File lib/blimpy/securitygroups.rb, line 6 def self.group_id(ports) if ports.nil? or ports.empty? return nil end ports = Set.new(ports) # Lolwut, #hash is inconsistent between ruby processes "Blimpy-#{Zlib.crc32(ports.inspect)}" end