# File lib/rudy/cli/info.rb, line 7 def info process_region @@global.region oregions = Rudy::AWS::VALID_REGIONS - [@@global.region.to_sym] if @option.all oregions.each do |region| Rudy::AWS::EC2.connect @@global.accesskey, @@global.secretkey, region process_region region end else li $/, "Other regions: " << oregions.join(', ') end end
Generated with the Darkfish Rdoc Generator 2.