# File lib/rudy/aws/ec2/volume.rb, line 151 151: def any?(state=nil,vol_id=[]) 152: vols = list(state, vol_id) 153: !vols.nil? 154: end