lib/simple_aws/iam.rb in simple_aws-1.1.0 vs lib/simple_aws/iam.rb in simple_aws-1.2.0
- old
+ new
@@ -8,10 +8,10 @@
# Amazon's Identity and Access Management
#
# http://docs.amazonwebservices.com/IAM/latest/APIReference/
#
# All requests are POST and always through HTTPS. Use the third parameter to
- # #initialize if you need to talk to a region other than us-east-1.
+ # `initialize` if you need to talk to a region other than us-east-1.
#
# @see SimpleAWS::CallTypes::ActionParam Calling rules
# @see SimpleAWS::Response Response handling
##
class IAM < API