# File lib/googleauth/iam.rb, line 62
      def apply a_hash
        a_copy = a_hash.clone
        apply! a_copy
        a_copy
      end