class RuboCop::TargetRuby::RubyVersionFile

def version_file

def version_file
  @version_file ||= @config.find_file_upwards(filename, @config.base_dir_for_path_parameters)
end