# File lib/aws/iam/user_group_collection.rb, line 76 def each(options = {}, &block) super(options.merge(:user_name => user.name), &block) end