# File lib/yard/parser/source_parser.rb, line 181 def validated_parser_type(type) !defined?(::Ripper) && type == :ruby ? :ruby18 : type end