# File lib/rudy/cli/aws/ec2/keypairs.rb, line 37 37: def keypairs 38: klist = Rudy::AWS::EC2::Keypairs.list 39: print_stobjects klist 40: end