module RuboCop::Minitest::AssertOffense
def ruby_version
def ruby_version # Prism is the default backend parser for Ruby 3.4+. ENV['PARSER_ENGINE'] == 'parser_prism' ? 3.4 : RuboCop::TargetRuby::DEFAULT_VERSION end
def ruby_version # Prism is the default backend parser for Ruby 3.4+. ENV['PARSER_ENGINE'] == 'parser_prism' ? 3.4 : RuboCop::TargetRuby::DEFAULT_VERSION end