# File lib/yard/parser/source_parser.rb, line 35
        def validated_parser_type(type)
          RUBY18 && type == :ruby ? :ruby18 : type
        end