# File lib/rudy/aws/ec2/instance.rb, line 273 273: def device_volume(id, device) 274: volumes(id).select { |v| v.device === device } 275: end