# frozen_string_literal: true require "yologga/patch/ruby_2_4" module Yologga module Patch # rubocop:disable Naming/ClassAndModuleCamelCase module Ruby_2_5 # rubocop:enable Naming/ClassAndModuleCamelCase include Ruby_2_4 end end end