# File lib/rudy/cli/keypairs.rb, line 24 def keypairs li Rudy::AWS::EC2::Keypairs.get(current_user_keypairname) end
# File lib/rudy/cli/keypairs.rb, line 12 def keypairs_add li current_group_name end
# File lib/rudy/cli/keypairs.rb, line 8 def keypairs_add_valid? true end
# File lib/rudy/cli/keypairs.rb, line 32 def keypairs_show content = File.read(@pkey) rkey = Rye::Key.new content li "# #{@pkey}" li content li rkey.public_key end
Generated with the Darkfish Rdoc Generator 2.