# File lib/rudy/aws/ec2/instance.rb, line 287 287: def any?(state=:any, inst_ids=[]) 288: !list(state, inst_ids).nil? 289: end