# File lib/rudy/aws/ec2/instance.rb, line 266 266: def volumes(id) 267: rvol = Rudy::AWS::EC2::Volumes.new 268: rvol.ec2 = @ec2 269: rvol.list || [] 270: list.select { |v| v.attached? && v.instid === id } 271: end