# File lib/rudy/aws/ec2/keypair.rb, line 72
72:       def any?
73:         keypairs = list || []
74:         !keypairs.empty?
75:       end