# File lib/yard/parser/ruby/ruby_parser.rb, line 49
        def parse
          @ast = super
          @ast.full_source = @source
          @ast.file = @file
          freeze_tree
          insert_comments
          self
        end