lib/aws/ec2/key_pair_collection.rb in aws-sdk-1.9.0 vs lib/aws/ec2/key_pair_collection.rb in aws-sdk-1.9.1

- old
+ new

@@ -68,16 +68,16 @@ :config => config)) end nil end - # @private + # @api private protected def member_class KeyPair end - # @private + # @api private private def create_or_import client_method, options # stringify option values options = options.inject({}) {|h,v| h[v.first] = v.last.to_s; h }