# File lib/parser/source/rewriter.rb, line 104
      def insert_after(range, content)
        append Rewriter::Action.new(range.end, content)
      end