# File lib/jmespath/nodes/flatten.rb, line 5
      def initialize(child)
        @child = child
      end