# File lib/parser/source/comment/associator.rb, line 49
      def initialize(ast, comments)
        @ast         = ast
        @comments    = comments

        @skip_directives = true
      end