# File lib/rudy/aws/ec2/group.rb, line 155
155:       def any?
156:         groups = list || []
157:         !groups.empty?
158:       end