# File lib/rudy/cli/aws/ec2/images.rb, line 8 8: def images_valid? 9: if @option.owner == 'self' 10: raise "AWS_ACCOUNT_NUMBER not set" unless @@global.accountnum 11: @option.owner = @@global.accountnum 12: end 13: 14: true 15: end