# File lib/rudy/cli/aws/ec2/volumes.rb, line 95 95: def volumes 96: volumes = Rudy::AWS::EC2::Volumes.list || [] 97: volumes.each do |vol| 98: li @global.verbose > 1 ? vol.inspect : vol.dump(@@global.format) 99: end 100: end