# File lib/rudy/aws/ec2/instance.rb, line 295 295: def any_group?(group=nil, state=:any) 296: ret = list_group(group, state) 297: !ret.nil? 298: end