# File lib/aws/core/xml_grammar.rb, line 294
        def format_value &block
          @current[:value_formatter] ||= ValueFormatter.new
          @current[:value_formatter].extend_format_value(&block)
        end